summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-01-04 18:12:03 +0100
committerHarald Welte <laforge@gnumonks.org>2019-01-07 15:39:52 +0000
commit221d3121b7e0b8ff216141432fa708fccca4b618 (patch)
tree8b14cb1fa6414b7f2f56ec27d36e0ca984b588ff /src/host/layer23/src/mobile
parent28a385aad51856028f5a77170679bd435b670489 (diff)
layer23/sap_interface.c: avoid using 'osmo' prefix
The 'osmo' prefix is usually used by libosmo-* symbols. Change-Id: Id37d8553c2f2c20012fb1b729967b92a9a03f612
Diffstat (limited to 'src/host/layer23/src/mobile')
-rw-r--r--src/host/layer23/src/mobile/app_mobile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/app_mobile.c b/src/host/layer23/src/mobile/app_mobile.c
index a2c02c06..27e1d9b4 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -200,7 +200,7 @@ static int mobile_init(struct osmocom_ms *ms)
lapdm_channel_set_l1(&ms->lapdm_channel, l1ctl_ph_prim_cb, ms);
/* init SAP client before SIM card starts up */
- osmosap_init(ms);
+ sap_init(ms);
gsm_sim_init(ms);
gsm48_cc_init(ms);