aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_test_call.err
AgeCommit message (Expand)AuthorFilesLines
2019-12-12gsup: indicate CN-Domain in SendAuthInfo RequestsNeels Hofmeyr1-5/+5
2019-11-28msc_vlr_test_call: rename lu_utran_tmsiNeels Hofmeyr1-10/+10
2019-11-28msc_vlr_test_call.c: add MNCC loggingNeels Hofmeyr1-0/+34
2019-11-05fix msc_vlr_test_call.cNeels Hofmeyr1-19/+191
2019-10-29also log MNCC_SETUP_REQNeels Hofmeyr1-0/+2
2019-10-21log which DTAP messages are sent to RANNeels Hofmeyr1-0/+15
2019-10-21LOG_TRANS for CC: always log CC stateNeels Hofmeyr1-145/+145
2019-08-02Set coding in mncc_set_cause()Keith Whyte1-1/+1
2019-07-18replace osmo_counter with stat_itemsAlexander Couzens1-7/+7
2019-05-15vlr: optionally send IMEI early to HLROliver Smith1-0/+5
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-1352/+1566
2019-04-12add LOG_TRANS, proper context for all transactionsNeels Hofmeyr1-148/+149
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr1-138/+138
2019-04-12enable osmo_fsm_term_safely(), apply logging changesNeels Hofmeyr1-85/+45
2019-01-12refactor log ctx for vlr_subscr and ran_connNeels Hofmeyr1-1080/+1115
2019-01-12add LOG_RAN_CONN() to use the conn->fi->id for contextNeels Hofmeyr1-15/+15
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr1-91/+91
2018-12-18VLR tests: avoid leaking LAC access detailsMax1-5/+5
2018-12-11make gsup ipa name configurable in osmo-msc.cfgStefan Sperling1-7/+7
2018-12-11LU: do not always invoke sub_pres_vlr_fsm_start()Neels Hofmeyr1-40/+0
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-247/+247
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier1-0/+28
2018-09-30GSUP client: send CN domain IE on LU requestNeels Hofmeyr1-10/+10
2018-04-12msc conn ref counts: log human readable list of conn ownersNeels Hofmeyr1-114/+114
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr1-26/+20
2018-04-11cosmetic: embed compl_l3_type in FSM idNeels Hofmeyr1-715/+715
2018-04-11properly receive BSSMAP Clear Complete and Iu Release CompleteNeels Hofmeyr1-20/+30
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr1-273/+294
2018-04-11CC: intentionally release T308 on BSSMAP Clear Request from BSCNeels Hofmeyr1-1/+1
2018-04-10msc_vlr_test_call: reproduce OS#3062Neels Hofmeyr1-0/+346
2018-04-03subscr_conn: store complete_layer3_type in conn, not FSM event argNeels Hofmeyr1-8/+8
2018-03-30use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-5/+8
2018-03-22trans_free: tear down conn when last transaction is doneNeels Hofmeyr1-8/+3
2018-03-15msc_vlr_tests: add CC Release test and test to catch OS#2779Neels Hofmeyr1-0/+673
2018-03-15cosmetic: rename conn_fsm "bump" event to "release_when_unused"Neels Hofmeyr1-34/+34
2018-03-15cosmetic: msc_vlr_tests: enable CC logging in debugNeels Hofmeyr1-0/+47
2018-03-15cosmetic: vlr_auth: log decision to send UMTS or GSM AKA challengeNeels Hofmeyr1-4/+4
2018-03-10cosmetic: vlr_auth_fsm: log RAN and size along with SRES/RESNeels Hofmeyr1-4/+4
2018-03-10cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH'Neels Hofmeyr1-4/+4
2018-03-10msc_vlr_tests: clearly separate Ciph Mode from Security Mode checkingNeels Hofmeyr1-4/+4
2018-03-02msc_vlr_tests: improve cipher mode coverageNeels Hofmeyr1-4/+12
2018-03-02msc_vlr_tests: revert IMSI parameter and test nr outputNeels Hofmeyr1-4/+4
2018-02-14remove unused "authorized-regexp" VTY commandHarald Welte1-3/+3
2018-02-07VLR tests: always print test parametersMax1-4/+4
2018-01-28Shift ciphering algorithm selection from VLR to MSCHarald Welte1-4/+4
2018-01-24remove traces of bsc_subscriberHarald Welte1-3/+3
2018-01-24Fix msc_vlr test results (.err) for new libosmocore GSM48_PDISC namesHarald Welte1-8/+8
2017-12-31VLR: log subscriber updateMax1-0/+2
2017-12-18vlr: debug log: log Ciphering Mode detailsNeels Hofmeyr1-0/+4
2017-11-27fix use after free: missing conn_get on CC paging responseNeels Hofmeyr1-15/+15