Change in libosmocore[master]: rest_octets: Fix export of osmo_gsm48_rest_octets

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue May 28 22:34:33 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/14234 )

Change subject: rest_octets: Fix export of osmo_gsm48_rest_octets
......................................................................

rest_octets: Fix export of osmo_gsm48_rest_octets

the symbols had an omso_ prefix, while the entry in the .map file
didn't.  As a result, all related symbols were never exported and
hence not usable by any users of the dynamic library.

Change-Id: I8b1ee2405f6338507e9dfb5f1f437c4c2db2e330
---
M src/gsm/libosmogsm.map
1 file changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/gsm/libosmogsm.map b/src/gsm/libosmogsm.map
index 299504e..319969a 100644
--- a/src/gsm/libosmogsm.map
+++ b/src/gsm/libosmogsm.map
@@ -301,14 +301,14 @@
 gsm48_push_l3hdr;
 gsm48_att_tlvdef;
 gsm48_cc_msg_name;
-gsm48_rest_octets_si1;
-gsm48_rest_octets_si2quater;
-gsm48_rest_octets_si2ter;
-gsm48_rest_octets_si2bis;
-gsm48_rest_octets_si6;
-gsm48_rest_octets_si3;
-gsm48_rest_octets_si4;
-gsm48_rest_octets_si13;
+osmo_gsm48_rest_octets_si1;
+osmo_gsm48_rest_octets_si2quater;
+osmo_gsm48_rest_octets_si2ter;
+osmo_gsm48_rest_octets_si2bis;
+osmo_gsm48_rest_octets_si6;
+osmo_gsm48_rest_octets_si3;
+osmo_gsm48_rest_octets_si4;
+osmo_gsm48_rest_octets_si13;
 gsm48_rr_msg_name;
 gsm48_cc_state_name;
 gsm48_construct_ra;

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8b1ee2405f6338507e9dfb5f1f437c4c2db2e330
Gerrit-Change-Number: 14234
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190528/5dbb901c/attachment.htm>


More information about the gerrit-log mailing list