pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-pcu/+/16538 )


Change subject: Support PAGING-CS and PAGING-PS on on PTP-BVCI
......................................................................

Support PAGING-CS and PAGING-PS on on PTP-BVCI

Related: OS#2403
Change-Id: I5c52b5af740460c48bb3ba858243b1d20e624268
---
M src/gprs_bssgp_pcu.cpp
1 file changed, 5 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/38/16538/1

diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 983c22c..61311cd 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -275,8 +275,12 @@
                LOGP(DBSSGP, LOGL_DEBUG, "Rx BSSGP BVCI=%d (PTP) %s\n",
                     bvci, bssgp_pdu_str(pdu_type));
                break;
-       case BSSGP_PDUT_PAGING_PS:
        case BSSGP_PDUT_PAGING_CS:
+               gprs_bssgp_pcu_rx_paging_cs(msg, tp);
+               break;
+       case BSSGP_PDUT_PAGING_PS:
+               gprs_bssgp_pcu_rx_paging_ps(msg, tp);
+               break;
        case BSSGP_PDUT_RA_CAPABILITY:
        case BSSGP_PDUT_RA_CAPA_UPDATE_ACK:
                LOGP(DBSSGP, LOGL_INFO, "Rx BSSGP BVCI=%d (PTP) PDU type %s not 
implemented\n",

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I5c52b5af740460c48bb3ba858243b1d20e624268
Gerrit-Change-Number: 16538
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to