Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/11892


Change subject: gbproxy: flush_stored_messages: Log and route using stored_msg 
info
......................................................................

gbproxy: flush_stored_messages: Log and route using stored_msg info

It makes no sense to print every stored_msg with BVCI from msg, same for
routing. This will allow getting rid of "msg" completelly in next
commit.

Change-Id: I95eafbf41012be3e02c68fc996773dd02b174fe6
---
M src/gprs/gb_proxy.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/92/11892/1

diff --git a/src/gprs/gb_proxy.c b/src/gprs/gb_proxy.c
index d43b034..331ebc8 100644
--- a/src/gprs/gb_proxy.c
+++ b/src/gprs/gb_proxy.c
@@ -361,13 +361,13 @@
                }

                rc = gbprox_relay2sgsn(peer->cfg, stored_msg,
-                                      msgb_bvci(msg), link_info->sgsn_nsei);
+                                      msgb_bvci(stored_msg), 
link_info->sgsn_nsei);

                if (rc < 0)
                        LOGP(DLLC, LOGL_ERROR,
                             "NSEI=%d(BSS) failed to send stored message "
                             "(%s)\n",
-                            msgb_nsei(msg),
+                            tmp_parse_ctx.peer_nsei,
                             tmp_parse_ctx.llc_msg_name ?
                             tmp_parse_ctx.llc_msg_name : "BSSGP");
                msgb_free(stored_msg);

--
To view, visit https://gerrit.osmocom.org/11892
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I95eafbf41012be3e02c68fc996773dd02b174fe6
Gerrit-Change-Number: 11892
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to