summaryrefslogtreecommitdiffstats
path: root/src/gsm/libosmogsm.map
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-03 20:06:50 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-10 07:09:59 +0000
commite87693c820be9542e46477716977b16ed22a46d8 (patch)
tree8d2359133ee23ab04aee1d0f6f6971000736ccde /src/gsm/libosmogsm.map
parent9685a48c7bc83b1f5ee9b51e29419164b387ade2 (diff)
gsm0808_utils: Introduce gsm0808_msgb_put_cell_id_u()
This function is doing the bulk work of encoding a given Cell ID List item. gsm0808_enc_cell_id_list2() is modified to be a wrapper / loop around the new function. The purpose of this is to expose Cell ID List Entry encoding so that the upcoming CBSP protocol encoder can re-use this code. Related: OS#3537 Change-Id: I6cc567798e20365e6587e6b2988e834306d8c80c
Diffstat (limited to 'src/gsm/libosmogsm.map')
-rw-r--r--src/gsm/libosmogsm.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm/libosmogsm.map b/src/gsm/libosmogsm.map
index adfa096f..840bac9c 100644
--- a/src/gsm/libosmogsm.map
+++ b/src/gsm/libosmogsm.map
@@ -242,6 +242,7 @@ gsm0808_lcls_control_names;
gsm0808_lcls_status_names;
gsm0808_enc_lcls;
gsm0808_dec_lcls;
+gsm0808_msgb_put_cell_id_u;
gsm29118_msgb_alloc;
gsm29118_create_alert_req;