Change in osmo-pcu[master]: Follow API breakage in gprs_nsw_create_nse()

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
Wed Nov 25 20:35:33 UTC 2020


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


Change subject: Follow API breakage in gprs_nsw_create_nse()
......................................................................

Follow API breakage in gprs_nsw_create_nse()

In libosmocore.git I18dfd40a2429cd61b7c4a3dad5f226c64296f7d8 we break
the API.  In this exceptional case we can permit that, as there has not
yet been any tagged libosmocore with the former definition.

Change-Id: I91f459f8f31c0c17bb308e6714611ce399bc7d3d
---
M src/gprs_bssgp_pcu.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 05fc0d3..7170bc7 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -979,7 +979,7 @@
 
 	bts->nse = gprs_ns2_nse_by_nsei(bts->nsi, nsei);
 	if (!bts->nse)
-		bts->nse = gprs_ns2_create_nse(bts->nsi, nsei);
+		bts->nse = gprs_ns2_create_nse(bts->nsi, nsei, GPRS_NS2_LL_UDP);
 
 	if (!bts->nse) {
 		LOGP(DBSSGP, LOGL_ERROR, "Failed to create NSE\n");

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I91f459f8f31c0c17bb308e6714611ce399bc7d3d
Gerrit-Change-Number: 21362
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201125/f1a58803/attachment.htm>


More information about the gerrit-log mailing list