aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-13vlr_ciph_result: fix use after free of imeisvNeels Hofmeyr1-1/+1
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-3/+3
2018-02-27cosmetic: gsm_network_init(): imply default 001-01 PLMNNeels Hofmeyr1-4/+1
2018-02-16libmsc: Add a function to return a unique ID of the subscriber connDaniel Willmann1-0/+1
2018-02-16iucs: Add a function to return the connection ID for the IU SCCP connDaniel Willmann1-0/+2
2018-02-14remove dead code (gsm_parse_reg)Harald Welte1-7/+0
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 Welte3-101/+0
2018-02-14remove bsc_api.h and all users - they're all dead codeHarald Welte5-56/+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-09Introduce new BSSAP logging category/subsystemHarald Welte2-2/+3
2018-02-09a_iface_bssap.c: Use LOGPCONN() whenever possibleHarald Welte1-0/+9
2018-02-09Don't answer to BSC-originated RESET with another RESETHarald Welte2-3/+5
2018-02-09a_reset: Add additional "a_reset_alloc" argumentHarald Welte1-1/+2
2018-02-08GSUP: check osmo_gsup_encode() resultMax1-2/+2
2018-02-07Constify msc_subscr_conn_is_accepted() parameterMax1-1/+1
2018-02-05mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier5-6/+70