aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-02msc_vlr_tests: revert IMSI parameter and test nr outputNeels Hofmeyr35-316/+330
2018-03-02vlr_lu_fsm: guard against using the wrong fiNeels Hofmeyr1-34/+68
2018-03-02vlr: fix post-auth LU failure handlingNeels Hofmeyr1-2/+2
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr8-41/+33
2018-02-27cosmetic: gsm_network_init(): imply default 001-01 PLMNNeels Hofmeyr4-12/+6
2018-02-26msc_mgcp: Add FSM event namesPhilipp Maier1-0/+13
2018-02-26a_reset: Add FSM event namesPhilipp Maier1-0/+8
2018-02-22enable osmo_fsm vty commands in osmo-msc vtyStefan Sperling1-0/+2
2018-02-19drop unused libmsc/meas_feed.hNeels Hofmeyr1-12/+0
2018-02-19libmsc: Pretend MNCC requested release in handle_error()Daniel Willmann1-0/+11
2018-02-16libmsc: bssap: Remove fixme and properly update msgb tailPau Espin Pedrol1-3/+2
2018-02-16libmsc: Add a function to return a unique ID of the subscriber connDaniel Willmann2-0/+21
2018-02-16iucs: Add a function to return the connection ID for the IU SCCP connDaniel Willmann3-0/+12
2018-02-14libmsc: bssap: Catch TLV parse failuresPau Espin Pedrol1-1/+7
2018-02-14libmsc: bssap: Refactor rx paths to to avoid parse_tlv code duplicationPau Espin Pedrol1-67/+58
2018-02-14libmsc: bssap: Fix typo in log messagePau Espin Pedrol1-1/+1
2018-02-14remove dead code (gsm_parse_reg)Harald Welte2-32/+0
2018-02-14remove unused "auth policy" VTY commandHarald Welte8-60/+0
2018-02-14remove unused "authorized-regexp" VTY commandHarald Welte16-101/+72
2018-02-14remove unused VTY command "location updating reject cause"Harald Welte6-23/+0
2018-02-14osmo-msc: Add talloc context introspection via VTYHarald Welte1-0/+3
2018-02-14remove unused dyn_ts_allow_tch_f VTY optionHarald Welte4-32/+0
2018-02-14dead code removalHarald Welte4-105/+2
2018-02-14remove bsc_api.h and all users - they're all dead codeHarald Welte9-77/+1
2018-02-14gsm_data: remove unused gsm_subscriber_connection membersHarald Welte1-2/+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-12a_iface: Consistent and understandable function namesHarald Welte1-4/+4
2018-02-12a_iface: s/Abis/L3/ for speech version/preference fieldsHarald Welte1-6/+6
2018-02-10MGCP: Response code 250 is *not* an error for DLCXHarald Welte1-1/+2
2018-02-10a_iface: Fix heap-use-after-free in a_clear_all()Harald Welte1-3/+5
2018-02-09Add VTY command to configure destination MSISDN for emergency callsHarald Welte3-0/+38
2018-02-09a_iface: Fix heap-use-after-free by cleaning up msgb ownershipHarald Welte2-70/+20
2018-02-09Introduce new BSSAP logging category/subsystemHarald Welte5-42/+49
2018-02-09a_iface: Add copyright statement (after recent contributions)Harald Welte2-0/+2
2018-02-09cosmetic: a_iface: More logging harmonizationHarald Welte1-4/+4
2018-02-09a_iface: centralize lookup of subscriber_connHarald Welte1-73/+42
2018-02-09cosmetic: No need for 'break' after 'return'Harald Welte2-20/+0
2018-02-09cosmetic: a_iface: Harmonize log statementsHarald Welte2-13/+13
2018-02-09a_sccp_rx_dt(): Don't print hexdump of message multiple timesHarald Welte1-2/+0
2018-02-09a_iface_bssap.c: Use LOGPCONN() whenever possibleHarald Welte3-26/+27
2018-02-09a_iface: Reduce log levelsHarald Welte2-18/+18
2018-02-09cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msgHarald Welte6-18/+16
2018-02-09Don't answer to BSC-originated RESET with another RESETHarald Welte4-56/+120
2018-02-09a_reset: Add additional "a_reset_alloc" argumentHarald Welte3-5/+12
2018-02-09VTY: Add 'show connections' and 'show transactions' commandsHarald Welte1-0/+112
2018-02-08increase RAN timeout in MGCP FSMPhilipp Maier1-3/+2
2018-02-08GSUP: check osmo_gsup_encode() resultMax6-29/+69
2018-02-07VLR tests: move network init into functionMax1-15/+25
2018-02-07VLR tests: always print test parametersMax24-299/+293