pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmo-gprs/+/30906 )


Change subject: sndcp: Fix wrong field used printing nsapi
......................................................................

sndcp: Fix wrong field used printing nsapi

Change-Id: If16665af02369fcb8da8e996ba17f11d8987956e
---
M src/sndcp/sndcp_prim.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/06/30906/1

diff --git a/src/sndcp/sndcp_prim.c b/src/sndcp/sndcp_prim.c
index b1af3cc..7dd9d43 100644
--- a/src/sndcp/sndcp_prim.c
+++ b/src/sndcp/sndcp_prim.c
@@ -348,7 +348,7 @@
                LOGSNDCP(LOGL_ERROR, "Message for non-existing SNDCP Entity "
                         "(TLLI=%08x, SAPI=%u, NSAPI=%u)\n",
                         sndcp_prim->sn.tlli, sndcp_prim->sn.sapi,
-                        sndcp_prim->sn.unitdata_req.nsapi);
+                        sndcp_prim->sn.xid_req.nsapi);
                rc = -EIO;
                goto ret_free;
        }

--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/30906
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: If16665af02369fcb8da8e996ba17f11d8987956e
Gerrit-Change-Number: 30906
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to