aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMychaela N. Falconia <falcon@freecalypso.org>2023-05-23 19:02:53 +0000
committerMychaela N. Falconia <falcon@freecalypso.org>2023-05-23 19:02:53 +0000
commit0e17d5749577eee6664804f459df1e344db42f4f (patch)
treec0c3ebf542903b20c6105b02cda20452d8ffd9f6
parent57a3b3a51fff40cff46c632285cd91e7458bf84e (diff)
libosmocoding.map: export gsm0503_tch_hr_decode2()
In commit 57a3b3a51fff I added new function gsm0503_tch_hr_decode2(), but I forgot to add it to libosmocoding.map - and without the latter, osmo-bts-trx and other applications can't use the new function. Fix that omission. Related: OS#5688 Change-Id: I6e75ca95409b5c368e8e04d0e0aba41e0331d9e6
-rw-r--r--src/coding/libosmocoding.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding/libosmocoding.map b/src/coding/libosmocoding.map
index ff6ea802..a78da271 100644
--- a/src/coding/libosmocoding.map
+++ b/src/coding/libosmocoding.map
@@ -107,6 +107,7 @@ gsm0503_tch_fr_encode;
gsm0503_tch_fr_decode;
gsm0503_tch_hr_encode;
gsm0503_tch_hr_decode;
+gsm0503_tch_hr_decode2;
gsm0503_tch_afs_encode;
gsm0503_tch_afs_decode;
gsm0503_tch_afs_decode_dtx;