osmo-msc/src/libmsc
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 Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr 2018-08-05 11:20:21 +02:00
a_iface.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
a_iface_bssap.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
a_reset.c a_reset: cleanup + remove dead code 2018-05-17 20:14:01 +00:00
ctrl_commands.c cosmetic: remove forgotten debug printf 2018-11-08 11:10:15 +01:00
db.c libmsc/db.c: cosmetic: mark missing breaks in switch as intended 2018-11-21 19:48:16 +07:00
gsm_04_08.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_04_08_cc.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_04_11.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_04_14.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_04_80.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_09_11.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
gsm_subscriber.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
iu_dummy.c iucs: Add a function to return the connection ID for the IU SCCP conn 2018-02-16 08:09:32 +00:00
iucs.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
iucs_ranap.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
mncc.c Massive removal of unused code/structs/headers 2018-01-25 00:18:05 +01:00
mncc_builtin.c drop unused gsm_network->handover.active 2018-11-30 04:56:59 +01:00
mncc_sock.c libmsc/mncc_sock.c: Add lchan_type_offset in queue_hello() 2018-08-10 14:31:30 +00:00
msc_ifaces.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
msc_mgcp.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
msc_vty.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
osmo_msc.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
rrlp.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
silent_call.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
smpp_openbsc.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
smpp_smsc.c smpp_smsc_conf: Fix heap-use-after-free 2018-04-17 16:10:35 +02:00
smpp_smsc.h rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
smpp_utils.c dissolve libcommon: drop debug.c 2018-03-22 17:05:42 +01:00
smpp_vty.c vty: skip installing cmds now always installed by default 2017-11-01 00:51:21 +01:00
sms_queue.c libmsc/gsm_04_11.c: refactor MT SMS message handling 2018-11-29 02:54:54 +07:00
subscr_conn.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
transaction.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00