Neels Hofmeyr has submitted this change and it was merged. (
https://gerrit.osmocom.org/12031 )
Change subject: move subscr_conn.c to ran_conn.c
......................................................................
move subscr_conn.c to ran_conn.c
subscr_conn.c exclusively defines ran_conn related things. Rename the file.
Change-Id: I6aa6b335842116c717a554c981083a914724ee21
---
M src/libmsc/Makefile.am
R src/libmsc/ran_conn.c
2 files changed, 1 insertion(+), 1 deletion(-)
Approvals:
Pau Espin Pedrol: Looks good to me, approved
diff --git a/src/libmsc/Makefile.am b/src/libmsc/Makefile.am
index 90bbbf8..9183ff9 100644
--- a/src/libmsc/Makefile.am
+++ b/src/libmsc/Makefile.am
@@ -44,13 +44,13 @@
mncc_sock.c \
msc_ifaces.c \
msc_mgcp.c \
+ ran_conn.c \
rrlp.c \
silent_call.c \
sms_queue.c \
transaction.c \
osmo_msc.c \
ctrl_commands.c \
- subscr_conn.c \
$(NULL)
if BUILD_IU
libmsc_a_SOURCES += \
diff --git a/src/libmsc/subscr_conn.c b/src/libmsc/ran_conn.c
similarity index 100%
rename from src/libmsc/subscr_conn.c
rename to src/libmsc/ran_conn.c
--
To view, visit https://gerrit.osmocom.org/12031
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6aa6b335842116c717a554c981083a914724ee21
Gerrit-Change-Number: 12031
Gerrit-PatchSet: 7
Gerrit-Owner: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>