[MERGED] libosmocore[master]: Export comp128 v2 and v3 routines as well

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 Feb 28 18:23:01 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Export comp128 v2 and v3 routines as well
......................................................................


Export comp128 v2 and v3 routines as well

It is in the public header file and allows to easily bind it from
other languages (without having to go through the abstraction).

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

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



diff --git a/src/gsm/libosmogsm.map b/src/gsm/libosmogsm.map
index 78e55df..5f2fb8f 100644
--- a/src/gsm/libosmogsm.map
+++ b/src/gsm/libosmogsm.map
@@ -34,6 +34,8 @@
 osmo_c4;
 bitvec_add_range1024;
 comp128;
+comp128v2;
+comp128v3;
 dbm2rxlev;
 
 osmo_earfcn_add;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0128d529c52ec030cfb87b0aff3c69cadf2c59d2
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list