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/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Jan 6 10:26:47 UTC 2020


laforge has submitted this change. ( 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(-)

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



diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 955b8cd..f00fc94 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -265,8 +265,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: 6
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200106/33e85a94/attachment.htm>


More information about the gerrit-log mailing list