[PATCH] 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/.

Holger Freyther gerrit-no-reply at lists.osmocom.org
Mon Feb 27 09:55:57 UTC 2017


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

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/29/1929/1

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: newchange
Gerrit-Change-Id: I0128d529c52ec030cfb87b0aff3c69cadf2c59d2
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <holger at freyther.de>



More information about the gerrit-log mailing list