aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Add counters for BSSMAP cipher mode messagesMax1-0/+4
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier2-0/+4
2018-09-18fix Classmark Update without VLR subscriberNeels Hofmeyr1-0/+4
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr3-0/+15
2018-09-17store classmark in vlr_subscr, not connNeels Hofmeyr2-2/+2
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr2-9/+9
2018-08-07mgcp: use codec information returned with ASSIGNMENT COMPL.Philipp Maier1-0/+3
2018-08-05RRLP: migrate and share mode definitions from msc_vty.cVadim Yanitskiy1-0/+5
2018-08-05RRLP: properly name the init functionVadim Yanitskiy1-1/+1
2018-08-05Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte3-69/+2
2018-08-05libmsc/gsm_09_11.c: clean up the local GSM 04.80 APIVadim Yanitskiy1-10/+2
2018-08-04msc/rrlp.h: use #pragma once include guardVadim Yanitskiy1-5/+1
2018-08-04msc/signal.h: use #pragma once include guardVadim Yanitskiy1-4/+1
2018-07-31migrate to oap_client in libosmogsmHarald Welte3-86/+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-07-30libmsc/gsm_09_11.c: implement network-initiated sessionsVadim Yanitskiy1-0/+7
2018-07-30libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUPVadim Yanitskiy1-0/+2
2018-07-29libvlr/vlr.c: forward unhandled GSUP messages towards MSCVadim Yanitskiy1-0/+4
2018-07-25libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c)Harald Welte1-0/+1
2018-06-12libmsc/gsm_04_80.c: make the API abstract from ss_request structVadim Yanitskiy1-5/+5
2018-06-12libmsc/gsm_04_08.c: expose gsm48_tx_simple()Vadim Yanitskiy1-0/+2
2018-06-12Use proper naming for GSM TS 09.11 implementationVadim Yanitskiy3-6/+6
2018-06-10libmsc: properly name the MSC_CONN_USE token for SSVadim Yanitskiy1-1/+1
2018-06-08libmsc/ussd.c: FIX: properly indicate errorsVadim Yanitskiy1-1/+5
2018-05-23implement periodic Location Update expiry in the VLRStefan Sperling2-2/+6
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier2-38/+5
2018-04-24Remove unused GSM_PAGING_OOMPau Espin Pedrol1-1/+0
2018-04-16cosmetic: use enum ranap_nsap_addr_enc instead of intNeels Hofmeyr1-1/+8
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr1-26/+11
2018-04-11properly receive BSSMAP Clear Complete and Iu Release CompleteNeels Hofmeyr2-0/+9
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr2-11/+21
2018-04-09libmsc/gsm_04_80.c: drop unused 'in_msg' argumentVadim Yanitskiy1-2/+1
2018-04-09ussd.h: cosmetic: use '#pragma once' include guardVadim Yanitskiy1-4/+1
2018-04-09ussd.h: cosmetic: remove useless commentVadim Yanitskiy1-2/+0
2018-04-09Permit any Sender MSISDN when sending SMS from VTYHarald Welte1-1/+1
2018-04-09DTAP: Ensure proper DLCI is used in MSC-originated DTAPHarald Welte2-1/+5
2018-04-05unify allocation of gsm_subscriber_connectionNeels Hofmeyr2-1/+3
2018-04-03subscr_conn: store complete_layer3_type in conn, not FSM event argNeels Hofmeyr2-13/+16
2018-04-03cosmetic: rename subscr_conn_from to complete_layer3_typeNeels Hofmeyr1-4/+4
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 Hofmeyr2-3/+2
2018-03-22dissolve libcommon: drop debug.cNeels Hofmeyr1-6/+0
2018-03-22dissolve libcommon,libcommon-cs: clean up vty definitionsNeels Hofmeyr2-10/+0
2018-03-22trans_free: tear down conn when last transaction is doneNeels Hofmeyr1-0/+2
2018-03-15cosmetic: rename conn_fsm "bump" event to "release_when_unused"Neels Hofmeyr1-1/+1
2018-03-14mcgp: let the MGW allocate the MGCP endpointPhilipp Maier1-3/+8
2018-03-13restore sending of optional MM info messagesStefan Sperling1-0/+1