aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2018-11-30GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTHNeels Hofmeyr1-1/+1
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr2-4/+4
2018-11-30cosmetic: drop some unused opaque struct defsNeels Hofmeyr1-1/+0
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr14-14/+1
2018-11-30move ran_conn declarations to new ran_conn.hNeels Hofmeyr2-1/+2
2018-11-30move subscr_conn.c to ran_conn.cNeels Hofmeyr2-1/+1
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr12-77/+74
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr21-450/+448
2018-11-30drop msc_compl_l3() return valueNeels Hofmeyr3-44/+9
2018-11-30rename gsm_encr to geran_encr, it is only applicable on GERANNeels Hofmeyr3-7/+7
2018-11-30populate gsm_subscriber_connection->encr during CiphNeels Hofmeyr2-0/+9
2018-11-30adjust copyright in subscr_conn.cNeels Hofmeyr1-1/+1
2018-11-30cosmetic: subscr_conn_fsm_auth_ciph() should be staticNeels Hofmeyr1-1/+1
2018-11-30drop unused SUBSCR_CONN_E_INVALIDNeels Hofmeyr1-1/+0
2018-11-30libmsc/gsm_04_11.c: fix: always use SAPI 3 for MT SMSVadim Yanitskiy1-2/+3
2018-11-30drop unused gsm_network->handover.activeNeels Hofmeyr1-17/+2
2018-11-30drop unused gsm_subscr_conn->mncc_rtp_bridgeNeels Hofmeyr1-2/+0
2018-11-29libmsc/gsm_04_11.c: refactor MT SMS message handlingVadim Yanitskiy4-167/+204
2018-11-29libmsc/transaction: introduce trans_find_by_sm_rp_mr()Ivan Kluchnikov1-0/+22
2018-11-28libmsc/gsm_09_11.c: drop redundant assertion of stored msgbVadim Yanitskiy1-2/+0
2018-11-27libmsc/transaction.c: cosmetic: fix typoVadim Yanitskiy1-1/+1
2018-11-25libmsc/gsm_04_11.c: refactor RP-DATA header validationVadim Yanitskiy1-20/+18
2018-11-25libmsc/gsm_04_11.c: don't pass msgb to gsm411_rx_rp_{ack|error}Vadim Yanitskiy1-4/+4
2018-11-23osmo_msc: remove unused parameter from msc_dtap()Philipp Maier3-3/+3
2018-11-21msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()Vadim Yanitskiy1-0/+1
2018-11-21libmsc/db.c: cosmetic: mark missing breaks in switch as intendedVadim Yanitskiy1-0/+2
2018-11-20Use libosmocore to function to parse cipher mode reject causeMax1-6/+7
2018-11-20Use BSSAP-specific TLV parser from libosmocoreMax1-1/+1
2018-11-19msc: vty: Fix integer printf formattingPau Espin Pedrol1-9/+9
2018-11-19Fix build with latest libosmocoreMax1-9/+0
2018-11-19libmsc: Don't send SMS STATUS REPORT locally if the ESME accepted it.Keith Whyte1-1/+1
2018-11-13vty: add command to show all known BSCMax1-0/+17
2018-11-08cosmetic: remove forgotten debug printfPhilipp Maier1-1/+0
2018-11-02Add counters for BSSMAP cipher mode messagesMax1-0/+6
2018-11-02Properly parse cause in cipher mode rejectMax1-5/+6
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier3-0/+62
2018-10-21gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin()Harald Welte1-1/+2
2018-10-08msc_mgcp: move mncc struct initalization to where its actually neededPhilipp Maier1-9/+11
2018-09-28fix a use-after-free in msc_mgcp.c:_handle_error()Stefan Sperling1-10/+10
2018-09-28mncc: fix byte ordering of IP-Address in mnccPhilipp Maier1-1/+1
2018-09-18fix Classmark Update without VLR subscriberNeels Hofmeyr2-1/+27
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr4-47/+175
2018-09-17store classmark in vlr_subscr, not connNeels Hofmeyr2-59/+72
2018-08-23cosmetic: mute "COMPLETE_LAYER_3 not permitted"Neels Hofmeyr1-1/+8
2018-08-10libmsc/mncc_sock.c: Add lchan_type_offset in queue_hello()Keith1-0/+1
2018-08-07mgcp: use codec information returned with ASSIGNMENT COMPL.Philipp Maier3-14/+73
2018-08-05RRLP: print log when sending a position requestVadim Yanitskiy1-0/+4
2018-08-05RRLP: migrate and share mode definitions from msc_vty.cVadim Yanitskiy2-20/+23
2018-08-05RRLP: properly name the init functionVadim Yanitskiy1-1/+1
2018-08-05Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte2-3/+4