From 81a496340c269f60c0681dd1b71d7ce46a6b2b0e Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 24 Jul 2018 18:10:05 +0200 Subject: [PATCH] cosmetic: rename bsc_api.h to gsm_08_08.h See also I91922f557072d0fb8cfe213a8a7b50f3bb23dea0, which renames osmo_bsc_api.c to gsm_08_08.c. Change-Id: I7179eb27183ee213f8fc8d548895b67aa43dc6a2 --- include/osmocom/bsc/Makefile.am | 2 +- include/osmocom/bsc/{bsc_api.h => gsm_08_08.h} | 0 src/osmo-bsc/abis_rsl.c | 2 +- src/osmo-bsc/assignment_fsm.c | 2 +- src/osmo-bsc/bsc_subscr_conn_fsm.c | 2 +- src/osmo-bsc/gsm_04_08_rr.c | 2 +- src/osmo-bsc/osmo_bsc_api.c | 2 +- src/osmo-bsc/paging.c | 2 +- tests/handover/handover_test.c | 2 +- 9 files changed, 8 insertions(+), 8 deletions(-) rename include/osmocom/bsc/{bsc_api.h => gsm_08_08.h} (100%) diff --git a/include/osmocom/bsc/Makefile.am b/include/osmocom/bsc/Makefile.am index 57837ec63..02a4ad8e2 100644 --- a/include/osmocom/bsc/Makefile.am +++ b/include/osmocom/bsc/Makefile.am @@ -54,7 +54,7 @@ noinst_HEADERS = \ timeslot_fsm.h \ ussd.h \ vty.h \ - bsc_api.h \ + gsm_08_08.h \ penalty_timers.h \ osmo_bsc_lcls.h \ $(NULL) diff --git a/include/osmocom/bsc/bsc_api.h b/include/osmocom/bsc/gsm_08_08.h similarity index 100% rename from include/osmocom/bsc/bsc_api.h rename to include/osmocom/bsc/gsm_08_08.h diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c index d72bfa39d..0dd27fdc5 100644 --- a/src/osmo-bsc/abis_rsl.c +++ b/src/osmo-bsc/abis_rsl.c @@ -43,7 +43,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/osmo-bsc/assignment_fsm.c b/src/osmo-bsc/assignment_fsm.c index e37ec9cb0..41615acd4 100644 --- a/src/osmo-bsc/assignment_fsm.c +++ b/src/osmo-bsc/assignment_fsm.c @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include diff --git a/src/osmo-bsc/bsc_subscr_conn_fsm.c b/src/osmo-bsc/bsc_subscr_conn_fsm.c index bd4176125..60a9a7582 100644 --- a/src/osmo-bsc/bsc_subscr_conn_fsm.c +++ b/src/osmo-bsc/bsc_subscr_conn_fsm.c @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/src/osmo-bsc/gsm_04_08_rr.c b/src/osmo-bsc/gsm_04_08_rr.c index 8950d939a..2b4a1ba18 100644 --- a/src/osmo-bsc/gsm_04_08_rr.c +++ b/src/osmo-bsc/gsm_04_08_rr.c @@ -39,7 +39,7 @@ #include #include #include -#include +#include /* should ip.access BTS use direct RTP streams between each other (1), * or should OpenBSC always act as RTP relay/proxy in between (0) ? */ diff --git a/src/osmo-bsc/osmo_bsc_api.c b/src/osmo-bsc/osmo_bsc_api.c index dfec19a6d..d1a6a96ee 100644 --- a/src/osmo-bsc/osmo_bsc_api.c +++ b/src/osmo-bsc/osmo_bsc_api.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include diff --git a/src/osmo-bsc/paging.c b/src/osmo-bsc/paging.c index 0ef89c1cd..afe32453e 100644 --- a/src/osmo-bsc/paging.c +++ b/src/osmo-bsc/paging.c @@ -49,7 +49,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c index a9627772a..76e5fe132 100644 --- a/tests/handover/handover_test.c +++ b/tests/handover/handover_test.c @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include #include