Change in osmo-pcu[master]: Support PAGING-CS and PAGING-PS on on PTP-BVCI

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Dec 10 19:15:20 UTC 2019


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 <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191210/7237599c/attachment.htm>


More information about the gerrit-log mailing list