[PATCH] osmo-msc[master]: Track libosmocore API change in osmo-msc.

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

Stefan Sperling gerrit-no-reply at lists.osmocom.org
Fri Feb 16 12:43:18 UTC 2018


Review at  https://gerrit.osmocom.org/6518

Track libosmocore API change in osmo-msc.

struct gsm0808_cell_id_list in libosmocore is changed by
https://gerrit.osmocom.org/#/c/6509/

This updates the only API user I am aware of.

Change-Id: I67377270cf3b081ac5dc9cd7b4dc28f74143753a
Depends: Ib7e754f538df0c83298a3c958b4e15a32fcb8abb
---
M src/libmsc/a_iface.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/18/6518/1

diff --git a/src/libmsc/a_iface.c b/src/libmsc/a_iface.c
index 86c2e04..d88d345 100644
--- a/src/libmsc/a_iface.c
+++ b/src/libmsc/a_iface.c
@@ -202,7 +202,7 @@
 	OSMO_ASSERT(imsi);
 
 	cil.id_discr = CELL_IDENT_LAC;
-	cil.id_list_lac[0] = lac;
+	cil.id_list.id_list_lac[0].lac = lac;
 	cil.id_list_len = 1;
 
 	ss7 = osmo_ss7_instance_find(gsm_network->a.cs7_instance);

-- 
To view, visit https://gerrit.osmocom.org/6518
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I67377270cf3b081ac5dc9cd7b4dc28f74143753a
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Stefan Sperling <ssperling at sysmocom.de>



More information about the gerrit-log mailing list