aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-07VLR tests: remove weird codeMax1-1/+1
2018-02-07VLR tests: don't fail via assertMax1-4/+13
2018-02-07Expand VLR testsMax12-6/+18
2018-02-07VLR tests: mark static test functions as suchMax2-14/+7
2018-02-07Move IMSI into test parametersMax8-52/+32
2018-02-07Constify msc_subscr_conn_is_accepted() parameterMax2-2/+2
2018-02-06Fix whitespace issuesMax5-6/+6
2018-02-05mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier15-325/+1316
2018-02-05a_iface: correct data type for a.conn_id in gsm_subscriber_connectionPhilipp Maier1-1/+1
2018-02-05Wrap osmo_strlcpy() callsMax7-36/+34
2018-02-03Implement checks for duplicate uplink UL L3 messageHarald Welte3-0/+137
2018-01-31Make sending an SMS to an unknown subscriber B work over SMPP.Stefan Sperling1-3/+9
2018-01-30Remove unused codeMax4-127/+0
2018-01-28Change GSUP re-connect interval to 1sHarald Welte1-1/+4
2018-01-28MSC: Intersect configured A5 algorithms with MS-supported onesHarald Welte1-1/+65
2018-01-28Permit a set of multiple different A5 ciphersHarald Welte8-30/+49
2018-01-28Shift ciphering algorithm selection from VLR to MSCHarald Welte10-73/+47
2018-01-25Delete expired SMS automatically.Stefan Sperling3-14/+48
2018-01-25Accept SMS for any receiverStefan Sperling1-3/+4
2018-01-25Add a VTY command which deletes all expired SMS.Stefan Sperling5-7/+85
2018-01-25debug: Remove dead log categoriesHarald Welte5-94/+4