aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-20libmsc/gsm_09_11.c: implement guard timer for NCSS sessionsVadim Yanitskiy1-0/+2
2018-12-30libmsc/VTY: introduce kill-switch for routing SMS over GSUPVadim Yanitskiy1-0/+8
2018-12-11make gsup ipa name configurable in osmo-msc.cfgStefan Sperling1-0/+6
2018-12-05add VTY commands: mncc internal / external (== -M)Neels Hofmeyr1-0/+1
2018-11-30move gsm_cbfn to gsm_subscriber.h, the only userNeels Hofmeyr1-6/+0
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr1-7/+0
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-2/+2
2018-11-30move ran_conn declarations to new ran_conn.hNeels Hofmeyr1-136/+0
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-9/+9
2018-11-30rename gsm_encr to geran_encr, it is only applicable on GERANNeels Hofmeyr1-1/+1
2018-11-30drop unused gsm_network->handover.activeNeels Hofmeyr1-3/+0
2018-11-30drop unused gsm_subscr_conn->mncc_rtp_bridgeNeels Hofmeyr1-3/+0
2018-11-02Add counters for BSSMAP cipher mode messagesMax1-0/+4
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier1-0/+3
2018-09-18fix Classmark Update without VLR subscriberNeels Hofmeyr1-0/+4
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr1-0/+7
2018-09-17store classmark in vlr_subscr, not connNeels Hofmeyr1-2/+0
2018-08-07mgcp: use codec information returned with ASSIGNMENT COMPL.Philipp Maier1-0/+3
2018-07-30libmsc/gsm_09_11.c: introduce counter for active sessionsVadim Yanitskiy1-0/+1
2018-07-30libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessionsVadim Yanitskiy1-0/+8
2018-04-16cosmetic: use enum ranap_nsap_addr_enc instead of intNeels Hofmeyr1-1/+8
2018-04-11properly receive BSSMAP Clear Complete and Iu Release CompleteNeels Hofmeyr1-0/+3
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr1-4/+8
2018-04-09DTAP: Ensure proper DLCI is used in MSC-originated DTAPHarald Welte1-1/+2
2018-04-05unify allocation of gsm_subscriber_connectionNeels Hofmeyr1-1/+0
2018-04-03subscr_conn: store complete_layer3_type in conn, not FSM event argNeels Hofmeyr1-0/+14
2018-04-03cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fiNeels Hofmeyr1-2/+3
2018-04-02drop some dead definitions (gsm_data.h, gsup_client.c)Neels Hofmeyr1-3/+0
2018-03-22dissolve libcommon: drop gsm_data.c, move code to libmscNeels Hofmeyr1-5/+0
2018-03-22dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.cNeels Hofmeyr1-2/+0
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-3/+3
2018-02-14remove unused "auth policy" VTY commandHarald Welte1-11/+0
2018-02-14remove unused "authorized-regexp" VTY commandHarald Welte1-2/+0
2018-02-14remove unused VTY command "location updating reject cause"Harald Welte1-1/+0
2018-02-14remove unused dyn_ts_allow_tch_f VTY optionHarald Welte1-3/+0
2018-02-14dead code removalHarald Welte1-95/+0
2018-02-14remove bsc_api.h and all users - they're all dead codeHarald Welte1-1/+0
2018-02-14gsm_data: remove unused gsm_subscriber_connection membersHarald Welte1-2/+0
2018-02-09Add VTY command to configure destination MSISDN for emergency callsHarald Welte1-0/+5
2018-02-05mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier1-2/+10
2018-02-05a_iface: correct data type for a.conn_id in gsm_subscriber_connectionPhilipp Maier1-1/+1
2018-02-03Implement checks for duplicate uplink UL L3 messageHarald Welte1-0/+3
2018-01-28Permit a set of multiple different A5 ciphersHarald Welte1-1/+2
2018-01-25Massive removal of unused code/structs/headersHarald Welte1-98/+3
2018-01-24remove traces of bsc_subscriberHarald Welte1-15/+0
2017-12-20fix paging: add timeout to discard unsuccessful pagingNeels Hofmeyr1-0/+2
2017-12-18drop unused T* timers (BSC land, not MSC)Neels Hofmeyr1-25/+0
2017-11-27subscr_conn: introduce usage tokens for ref error trackingNeels Hofmeyr1-0/+1
2017-11-20rate_ctr: don't use . as separatorNeels Hofmeyr1-19/+19
2017-09-15Remove BTS-specific attributesMax1-79/+1