osmo-msc/include/osmocom/msc
Neels Hofmeyr c036b79918 rename gsm_subscriber_connection to ran_conn
In preparation for inter-BSC and inter-MSC handover, we need to separate the
subscriber management logic from the actual RAN connections. What better time
to finally rename gsm_subscriber_connection.

* Name choice:

In 2G, this is a connection to the BSS, but even though 3GPP TS commonly talk
of "BSS-A" and "BSS-B" when explaining handover, it's not good to call it
"bss_conn": in 3G a BSS is called RNS, IIUC.

The overall term for 2G (GERAN) and 3G (UTRAN) is RAN: Radio Access Network.

* Rationale:

A subscriber in the MSC so far has only one RAN connection, but e.g. for
inter-BSC handover, a second one needs to be created to handover to. Most of
the items in the former gsm_subscriber_connection are actually related to the
RAN, with only a few MM and RTP related items. So, as a first step, just rename
it to ran_conn, to cosmetically prepare for moving the not strictly RAN related
items away later.

Also:

- Rename some functions from msc_subscr_conn_* to ran_conn_*
- Rename "Subscr_Conn" FSM instance name to "RAN_conn"
- Rename SUBSCR_CONN_* to RAN_CONN_*

Change-Id: Ic595f7a558d3553c067f77dc67543ab59659707a
2018-11-30 22:45:42 +01:00
..
Makefile.am drop unused openbscdefines.h 2018-11-30 22:44:23 +01:00
a_iface.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
a_iface_bssap.h Don't answer to BSC-originated RESET with another RESET 2018-02-09 02:20:51 +01:00
a_reset.h a_reset: cleanup + remove dead code 2018-05-17 20:14:01 +00:00
common.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
common_cs.h rename gsm_encr to geran_encr, it is only applicable on GERAN 2018-11-30 22:44:23 +01:00
db.h Delete expired SMS automatically. 2018-01-25 20:30:40 +00:00
debug.h dissolve libcommon: drop debug.c 2018-03-22 17:05:42 +01:00
gsm_04_08.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_04_11.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_04_14.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_04_80.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_09_11.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_data.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_data_shared.h Remove unused GSM_PAGING_OOM 2018-04-24 11:35:37 +02:00
gsm_subscriber.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
iu_dummy.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
iucs.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
iucs_ranap.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
mncc.h MNCC: Add input validation 2018-01-23 17:03:05 +00:00
mncc_int.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
msc_ifaces.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
msc_mgcp.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
osmo_msc.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
rrlp.h RRLP: migrate and share mode definitions from msc_vty.c 2018-08-05 11:33:20 +00:00
signal.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
silent_call.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
smpp.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
sms_queue.h Add a VTY command which deletes all expired SMS. 2018-01-25 16:16:15 +00:00
transaction.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
vlr.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
vty.h dissolve libcommon,libcommon-cs: clean up vty definitions 2018-03-22 16:52:27 +01:00