Change in osmo-msc[master]: Sync with libosmocore function rename

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

Max gerrit-no-reply at lists.osmocom.org
Mon Jan 21 13:32:17 UTC 2019


Max has uploaded this change for review. ( https://gerrit.osmocom.org/12663


Change subject: Sync with libosmocore function rename
......................................................................

Sync with libosmocore function rename

Change-Id: I1d4675e0c907b2f92f2ec79b02356391a6d72aa8
---
M src/libmsc/gsm_04_80.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/libmsc/gsm_04_80.c b/src/libmsc/gsm_04_80.c
index fb5a091..119f0e1 100644
--- a/src/libmsc/gsm_04_80.c
+++ b/src/libmsc/gsm_04_80.c
@@ -59,7 +59,7 @@
 		return -1;
 
 	/* Wrap the component in a Facility message */
-	msgb_wrap_with_TL(msg, GSM0480_IE_FACILITY);
+	msgb_push_tl(msg, GSM0480_IE_FACILITY);
 
 	/* And finally pre-pend the L3 header */
 	gh = (struct gsm48_hdr *) msgb_push(msg, sizeof(*gh));

-- 
To view, visit https://gerrit.osmocom.org/12663
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d4675e0c907b2f92f2ec79b02356391a6d72aa8
Gerrit-Change-Number: 12663
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190121/d1d7c0f4/attachment.htm>


More information about the gerrit-log mailing list