move subscr_conn.c to ran_conn.c

subscr_conn.c exclusively defines ran_conn related things. Rename the file.

Change-Id: I6aa6b335842116c717a554c981083a914724ee21
This commit is contained in:
Neels Hofmeyr 2018-11-30 00:44:32 +01:00
parent 3c20a5ee74
commit 69d4395342
2 changed files with 1 additions and 1 deletions

View File

@ -44,13 +44,13 @@ libmsc_a_SOURCES = \
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 += \