aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-26use osmo_rat_type from libosmocoreNeels Hofmeyr1-9/+9
2018-12-24err log: fully log MS supported A5 algos on mismatchNeels Hofmeyr1-2/+38
2018-12-24enrich context for vlr_subscr_name and ran_conn fi nameNeels Hofmeyr1-4/+10
2018-12-11provide software version information to gsup peerStefan Sperling1-0/+1
2018-12-11make gsup ipa name configurable in osmo-msc.cfgStefan Sperling1-2/+8
2018-12-10drop gsm48 RR ciph mode compl from permitted initial messagesNeels Hofmeyr1-1/+2
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr1-3/+3
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-1/+0
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr1-7/+7
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-71/+71
2018-11-30rename gsm_encr to geran_encr, it is only applicable on GERANNeels Hofmeyr1-5/+5
2018-11-30populate gsm_subscriber_connection->encr during CiphNeels Hofmeyr1-0/+7
2018-10-21gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin()Harald Welte1-1/+2
2018-09-18fix Classmark Update without VLR subscriberNeels Hofmeyr1-0/+21
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr1-46/+88
2018-09-17store classmark in vlr_subscr, not connNeels Hofmeyr1-49/+60
2018-07-30libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUPVadim Yanitskiy1-1/+7
2018-07-29libvlr/vlr.c: forward unhandled GSUP messages towards MSCVadim Yanitskiy1-0/+13
2018-07-25libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c)Harald Welte1-2066/+20
2018-06-12libmsc/gsm_04_08.c: expose gsm48_tx_simple()Vadim Yanitskiy1-4/+8
2018-06-12Use proper naming for GSM TS 09.11 implementationVadim Yanitskiy1-2/+2
2018-04-24setup_trig_pag_evt: Fix heap-use-after-freePau Espin Pedrol1-1/+1
2018-04-24setup_trig_pag_evt: Always log correct paging failure casePau Espin Pedrol1-2/+3
2018-04-24setup_trig_pag_evt: Remove uneeded default case in switch statementPau Espin Pedrol1-4/+2
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr1-30/+5
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr1-38/+64
2018-04-11CC: intentionally release T308 on BSSMAP Clear Request from BSCNeels Hofmeyr1-0/+3
2018-04-09DTAP: Ensure proper DLCI is used in MSC-originated DTAPHarald Welte1-0/+3
2018-04-03subscr_conn: store complete_layer3_type in conn, not FSM event argNeels Hofmeyr1-14/+8
2018-04-03cosmetic: rename subscr_conn_from to complete_layer3_typeNeels Hofmeyr1-3/+3
2018-04-03cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fiNeels Hofmeyr1-4/+4
2018-03-22dissolve libcommon-cs: move gsm48_* code to libmsc, drop sms_next_rp_msg_ref()Neels Hofmeyr1-0/+57
2018-03-22dissolve libcommon: drop gsm_data.c, move code to libmscNeels Hofmeyr1-0/+10
2018-03-21cosmetic: gsm_04_08.c: drop unused struct gsm_laiNeels Hofmeyr1-6/+0
2018-03-15cosmetic: remove disabled (debug) code gsm_04_08.cPhilipp Maier1-3/+0
2018-03-13restore sending of optional MM info messagesStefan Sperling1-0/+10
2018-03-10cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH'Neels Hofmeyr1-1/+1
2018-03-10gsm48_rx_mm_auth_resp(): pass is_r99 from classmark, not response sizeNeels Hofmeyr1-10/+8
2018-03-10vlr auth: gracefully reject malformed auth responseNeels Hofmeyr1-2/+6
2018-03-05VLR: fix potential NULL dereferenceMax1-0/+2
2018-03-02msc_vlr_tests: improve cipher mode coverageNeels Hofmeyr1-4/+5
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-11/+9
2018-02-14remove bsc_api.h and all users - they're all dead codeHarald Welte1-1/+0
2018-02-12MNCC: Copy bearer_cap from MNCC to gsm_transHarald Welte1-1/+6
2018-02-12MT Calls: Copy bearer capabilities from NNCC primitive to transHarald Welte1-1/+5
2018-02-09Add VTY command to configure destination MSISDN for emergency callsHarald Welte1-0/+8
2018-02-05mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier1-13/+43
2018-02-05Wrap osmo_strlcpy() callsMax1-5/+5
2018-02-03Implement checks for duplicate uplink UL L3 messageHarald Welte1-0/+94
2018-01-28MSC: Intersect configured A5 algorithms with MS-supported onesHarald Welte1-1/+65