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 <[email protected]>

Reply via email to