aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-19ASCI: Add option to switch on or off ASCI supportAndreas Eversberg1-0/+1
2023-07-17ASCI: Add simple implementation of Group Call RegisterAndreas Eversberg1-0/+5
2023-06-14Use new mgcp_client_conf_alloc() API to alloc mgcp_client_confPau Espin Pedrol1-1/+1
2022-10-19Introduce support for libosmo-mgcp-client MGW poolingPau Espin Pedrol1-1/+4
2022-09-15Make esme struct sharedMax1-2/+2
2022-05-17sms: Encapsulate SMS queue related config parametersHarald Welte1-1/+3
2021-11-27libmsc/gsm_04_08: refactor require ciphering into an own functionAlexander Couzens1-0/+1
2021-11-05Make UTRAN encryption algorithms configurableHarald Welte1-4/+2
2021-10-25Add support for LCLS to the MSCKeith Whyte1-0/+4
2021-07-29implement CM Re-Establish for voice callsNeels Hofmeyr1-0/+4
2021-02-18gsm_network: drop unused neighbor_list memberNeels Hofmeyr1-4/+2
2020-09-26Convert paging response timer into an osmocom own X4 timerAlexander Couzens1-2/+0
2020-08-28vty: allow configuring db path from cfg fileKeith Whyte1-0/+2
2020-01-25libmsc: move subscriber expiration timer T3212 to libvlrVadim Yanitskiy1-3/+0
2019-12-02counters: polish documentation of cm_service_request / paging_respVadim Yanitskiy1-4/+4
2019-12-02counters: clarify documentation for MSC_CTR_CALL_* entriesVadim Yanitskiy1-7/+7
2019-12-02counters: clarify documentation for MSC_CTR_LOC_UPDATE_* entriesVadim Yanitskiy1-6/+6
2019-12-02counters: clarify documentation for MSC_CTR_SMS_* entriesVadim Yanitskiy1-7/+8
2019-11-19Fix some typosMartin Hauke1-1/+1
2019-09-03Implement a global switch on the network to disable call waiting.Keith Whyte1-0/+3
2019-08-13add 'encryption uea 1 2' cfg / fix ttcn3 iu testsNeels Hofmeyr1-0/+5
2019-07-18replace osmo_counter with stat_itemsAlexander Couzens1-2/+20
2019-07-16fix spelling detected by lintianThorsten Alteholz1-1/+1
2019-05-19vty: Add option to enable osmux towards BSCsPau Espin Pedrol1-0/+4
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-19/+22
2019-04-08msc/gsm_data.h: drop unused SMS_HDR_SIZE macroVadim Yanitskiy1-1/+0
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