aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-07-24 16:18:15 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-07-28 12:18:23 +0200
commit6242742d2022d5d27fa938409e89514cb548d0de (patch)
tree40ca35f83919d0dd3a5cd08cafa5597672960091 /tests/bsc
parent149160f9f189cc001049e6a82c30286bf33ddb1b (diff)
rename gsm_04_08_utils.[hc] to gsm_04_08_rr
"utils" suggests thin helpers to aid using a proper API, while this .c file actually *is* the proper RR API. Rename from "utils" to "rr". Change-Id: I0ffff63d57f03cb324df8e40e41caea5b55a2c85
Diffstat (limited to 'tests/bsc')
-rw-r--r--tests/bsc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bsc/Makefile.am b/tests/bsc/Makefile.am
index 2e34d7995..6ffeed296 100644
--- a/tests/bsc/Makefile.am
+++ b/tests/bsc/Makefile.am
@@ -40,7 +40,7 @@ bsc_test_LDADD = \
$(top_builddir)/src/osmo-bsc/bsc_rll.o \
$(top_builddir)/src/osmo-bsc/bsc_subscriber.o \
$(top_builddir)/src/osmo-bsc/chan_alloc.o \
- $(top_builddir)/src/osmo-bsc/gsm_04_08_utils.o \
+ $(top_builddir)/src/osmo-bsc/gsm_04_08_rr.o \
$(top_builddir)/src/osmo-bsc/gsm_04_80_utils.o \
$(top_builddir)/src/osmo-bsc/gsm_data.o \
$(top_builddir)/src/osmo-bsc/handover_cfg.o \