daniel has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-sgsn/+/21030 )


Change subject: gbproxy: Get the peer if paging by BVCI on SIG_BVC
......................................................................

gbproxy: Get the peer if paging by BVCI on SIG_BVC

Currently the code reports routing the message to a BVCI but never even
tries to get the peer for it.

Change-Id: Ic72f0f03e5886ab76404915fc60a2796e6881a7a
Related: SYS#4998
---
M src/gbproxy/gb_proxy.c
1 file changed, 1 insertion(+), 0 deletions(-)



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

diff --git a/src/gbproxy/gb_proxy.c b/src/gbproxy/gb_proxy.c
index 5c1c96e..ddb7342 100644
--- a/src/gbproxy/gb_proxy.c
+++ b/src/gbproxy/gb_proxy.c
@@ -1105,6 +1105,7 @@
                nsei);
        if (TLVP_PRESENT(tp, BSSGP_IE_BVCI)) {
                uint16_t bvci = ntohs(tlvp_val16_unal(tp, BSSGP_IE_BVCI));
+               peer = gbproxy_peer_by_bvci(cfg, bvci);
                LOGPC(DGPRS, LOGL_INFO, "routing by BVCI to peer BVCI=%u\n",
                        bvci);
                errctr = GBPROX_GLOB_CTR_OTHER_ERR;

--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/21030
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Ic72f0f03e5886ab76404915fc60a2796e6881a7a
Gerrit-Change-Number: 21030
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to