osmo-bsc/openbsc/src/libmsc
Harald Welte b02fc1e9bb VTY: backwards compatibility for 'logging level sms'
when the SMS code was moved into libosmocore, its logging prefix was
changed from 'sms' to 'lsms', which breaks existing config files.

This introduces a deprecated/hidden vty command to make sure those
config files are still parsed OK, and will simply print a warning
message about the config needing some update.
2013-02-12 11:15:49 +01:00
..
Makefile.am SMPP: VTY configuration of SMPP code, authentication support 2012-11-24 11:07:29 +01:00
auth.c src: use namespace prefix osmo_* for misc utils 2011-05-07 12:58:59 +02:00
db.c libmsc: Track and update the location update expiry 2013-01-01 17:19:47 +01:00
gsm_04_08.c CC: gsm48_cc_tx_release() must not remove callref 2013-01-25 08:43:01 +01:00
gsm_04_11.c sms: Avoid infinite CP-ERROR/CP-ACK loop with sms. 2013-01-13 17:30:00 +01:00
gsm_04_80.c misc: Move from u_int to uint types of stdint.h 2011-04-18 17:31:39 +02:00
gsm_subscriber.c libmsc: Track and update the location update expiry 2013-01-01 17:19:47 +01:00
mncc.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
mncc_builtin.c CC: Be sure to allocate call instance with talloc_zero() 2013-01-25 08:36:32 +01:00
mncc_sock.c mncc: Include size and offsets of struct gsm_mncc in the hello 2012-01-15 00:40:42 +01:00
osmo_msc.c libmsc: One of assign_compl and assign_fail will always be called 2012-12-26 21:44:12 +01:00
rrlp.c src: use namespace prefix osmo_signal* 2011-05-06 12:12:31 +02:00
silent_call.c sms: Use the DLSMS instead of the DSMS category throughout our code 2012-11-21 21:33:03 +01:00
smpp_openbsc.c smpp: Fix a memleak of the SMS on the submit path 2013-01-20 19:21:48 +01:00
smpp_smsc.c SMPP: Implement support for MO SMS 2012-11-24 11:07:30 +01:00
smpp_smsc.h SMPP: Implement support for MO SMS 2012-11-24 11:07:30 +01:00
smpp_vty.c smpp_vty: Ensure to not print 'system-id' in openbsc.cfg if its empty 2013-01-24 09:54:04 +01:00
sms_queue.c sms: Use the DLSMS instead of the DSMS category throughout our code 2012-11-21 21:33:03 +01:00
token_auth.c libmsc: Allow to set sender id when sending SMS from the VTY 2013-01-01 17:04:38 +01:00
transaction.c libmsc: Set trans->subscr = NULL after we release it 2012-12-22 18:16:47 +01:00
ussd.c Make sure USSD code only responds *#100# for retrieving own number 2012-02-24 22:23:17 +01:00
vty_interface_layer3.c VTY: backwards compatibility for 'logging level sms' 2013-02-12 11:15:49 +01:00