aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-07-24 17:13:03 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-07-28 12:18:23 +0200
commit8757f42c8ef6c18ebb5884bfd3a44827af894c33 (patch)
tree7fa077bb81504fe6da8059aa96aaa91b6f0d2d91 /src/osmo-bsc/Makefile.am
parenta07b6674531d201feeb628f0a51356eac9f11f0f (diff)
cosmetic: dissolve bsc_api.c
gsm0808_page() is just a thin wrapper for rsl_paging_cmd(), the only caller is page_ms() from paging.c. Directly call rsl_paging_cmd() instead. Move gsm0808_cipher_mode() to the only caller in osmo_bsc_bssap.c, make static. Change-Id: Ib7ce026b52d4ba3e53a8b2824e74ea92432c48c5
Diffstat (limited to 'src/osmo-bsc/Makefile.am')
-rw-r--r--src/osmo-bsc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bsc/Makefile.am b/src/osmo-bsc/Makefile.am
index e9add3641..2d479c193 100644
--- a/src/osmo-bsc/Makefile.am
+++ b/src/osmo-bsc/Makefile.am
@@ -35,7 +35,6 @@ osmo_bsc_SOURCES = \
acc_ramp.c \
arfcn_range_encode.c \
assignment_fsm.c \
- bsc_api.c \
bsc_ctrl_commands.c \
bsc_ctrl_lookup.c \
bsc_init.c \