aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
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 Welte2-0/+33
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 Welte2-40/+40
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 Welte2-26/+18
2018-02-09a_iface: Reduce log levelsHarald Welte2-18/+18
2018-02-09cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msgHarald Welte4-14/+14
2018-02-09Don't answer to BSC-originated RESET with another RESETHarald Welte2-53/+115
2018-02-09a_reset: Add additional "a_reset_alloc" argumentHarald Welte1-1/+1
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-07Constify msc_subscr_conn_is_accepted() parameterMax1-1/+1
2018-02-06Fix whitespace issuesMax1-1/+1
2018-02-05mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier8-311/+1238
2018-02-05Wrap osmo_strlcpy() callsMax5-25/+23
2018-02-03Implement checks for duplicate uplink UL L3 messageHarald Welte1-0/+94
2018-01-31Make sending an SMS to an unknown subscriber B work over SMPP.Stefan Sperling1-3/+9
2018-01-28MSC: Intersect configured A5 algorithms with MS-supported onesHarald Welte1-1/+65
2018-01-28Permit a set of multiple different A5 ciphersHarald Welte2-7/+18
2018-01-28Shift ciphering algorithm selection from VLR to MSCHarald Welte1-8/+4
2018-01-25Delete expired SMS automatically.Stefan Sperling2-14/+47
2018-01-25Accept SMS for any receiverStefan Sperling1-3/+4
2018-01-25Add a VTY command which deletes all expired SMS.Stefan Sperling3-7/+83
2018-01-25remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.hHarald Welte1-1/+0
2018-01-25remove dead code in auth.h / auth.cHarald Welte3-42/+0
2018-01-25Massive removal of unused code/structs/headersHarald Welte11-23/+3
2018-01-24remove unused paging.h and osmo_bsc_grace.hHarald Welte5-5/+0
2018-01-24msc_cipher_mode_compl: Handle CIPH MOD COMPL without L3 messageHarald Welte1-26/+26
2018-01-24Properly reject CM Re-Establishment RequestHarald Welte1-1/+22
2018-01-24Remove traces of meas_feedHarald Welte3-212/+0
2018-01-24Reject any CM SERVICE we don't supportHarald Welte1-0/+11
2018-01-24Refuse Emergency Calls by IMEI with proper CM SERVICE REJECT CauseHarald Welte1-9/+15
2018-01-24Emergency Call: Set MNCC_F_EMERGENCY flagHarald Welte1-1/+3
2018-01-24Log difference between SETUP and EMERGENCY_SETUPHarald Welte1-2/+2
2018-01-24cosmetic: log prim operation as textMax1-1/+2
2018-01-23MNCC: Add input validationHarald Welte2-2/+187
2018-01-23Fix value of stored SMS validity time.Stefan Sperling1-1/+1
2018-01-22libmsc: msc_vty: Fix compilation warningPau Espin Pedrol1-1/+1
2018-01-20Store/retrieve SMS validity time in the SMS datebaseStefan Sperling1-8/+11
2018-01-18Delete SMS from the database once they were sent successfullyStefan Sperling2-0/+17
2018-01-16Improve an error message in db_init().Stefan Sperling1-1/+2
2018-01-16fix build: missing LIBOSMORANAP flags in libmscNeels Hofmeyr1-0/+1
2018-01-10src/libmsc/ussd.c: drop useless forward declarationVadim Yanitskiy1-16/+12