pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/32587 )

Change subject: layer23: modem: sndcp: Forward LL-XID.req SNDCP->LLC
......................................................................

layer23: modem: sndcp: Forward LL-XID.req SNDCP->LLC

Change-Id: Icbc033cd0659bba75bb280a3d46e76edd2e20226
---
M src/host/layer23/src/modem/sndcp.c
1 file changed, 10 insertions(+), 0 deletions(-)

Approvals:
  osmith: Looks good to me, but someone else must approve
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved




diff --git a/src/host/layer23/src/modem/sndcp.c 
b/src/host/layer23/src/modem/sndcp.c
index 00c21bc..fd6aada 100644
--- a/src/host/layer23/src/modem/sndcp.c
+++ b/src/host/layer23/src/modem/sndcp.c
@@ -117,6 +117,7 @@

        switch (OSMO_PRIM_HDR(&llc_prim->oph)) {
        case OSMO_PRIM(OSMO_GPRS_LLC_LL_UNITDATA, PRIM_OP_REQUEST):
+       case OSMO_PRIM(OSMO_GPRS_LLC_LL_XID, PRIM_OP_REQUEST):
                LOGP(DSNDCP, LOGL_DEBUG, "%s(): Rx %s TLLI=0x%08x SAPI=%s 
L3=[%s]\n",
                     __func__, pdu_name,
                     llc_prim->ll.tlli, 
osmo_gprs_llc_sapi_name(llc_prim->ll.sapi),

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Icbc033cd0659bba75bb280a3d46e76edd2e20226
Gerrit-Change-Number: 32587
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to