aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface_layer3.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-24sms: introduce new command to trigger the sending process for specific subscr...Nico Golde1-0/+19
2011-02-19Fix various compiler warnings all over the codeHarald Welte1-1/+0
2011-01-10silent sms: Fix the silent SMS feature once againHolger Hans Peter Freyther1-1/+1
2011-01-10sms: Allow to specify the DCS for the SMS.Holger Hans Peter Freyther1-1/+1
2011-01-10sms: Move the sms_from_text to gsm_04_11Holger Hans Peter Freyther1-24/+0
2011-01-06subscr: Add a vty option to kick the queue.Holger Hans Peter Freyther1-0/+22
2011-01-06subscr: Dump the pending requests to help with debugging state.Holger Hans Peter Freyther1-0/+22
2011-01-06subscr: Fix subscr leaks in the KI code.Holger Hans Peter Freyther1-2/+8
2011-01-06subscr: Make it possible to clear pending requests for a subscriberHolger Hans Peter Freyther1-0/+24
2011-01-06subscr: Show the number of pending requests on this subscriber.Holger Hans Peter Freyther1-3/+6
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-26sms: Always go through the database and the smsqueue to send messagesHolger Hans Peter Freyther1-8/+7
2010-12-26sms: Allow setting amount of failures through the vty.Holger Hans Peter Freyther1-0/+12
2010-12-26sms: Add vty command to clear the pending messageHolger Hans Peter Freyther1-0/+12
2010-12-26sms: Make the max_pending tunable via a vty runtime settingHolger Hans Peter Freyther1-0/+12
2010-12-26sms: Add vty command to trigger running the queue.Holger Hans Peter Freyther1-0/+11
2010-12-26sms: Provide some simple vty command for the state of the SMS queueHolger Hans Peter Freyther1-0/+13
2010-12-25db: Introduce a limit in delivery attempts for the SMS searchHolger Hans Peter Freyther1-1/+2
2010-12-25subscr: Print the lac of the subscriber.Holger Hans Peter Freyther1-0/+2
2010-12-24subscr: Add a VTY command to update the subscriber from the database.Holger Hans Peter Freyther1-0/+20
2010-12-24subscr: Add VTY command to purge subscribers that are held in memoryHolger Hans Peter Freyther1-0/+14
2010-12-24BSC Call Control: Actually implement call statisticsHarald Welte1-4/+6
2010-12-24BSC VTY: Print some more of the already-generated statisticsHarald Welte1-0/+7
2010-07-30Use hexparse() from libosmocore >= 0.1.14Harald Welte1-27/+1
2010-07-27gsm_04_80: Allow to specify the alert pattern for the notificationHolger Hans Peter Freyther1-3/+6
2010-07-27gsm_04_80: Send a Release Complete otherwise the USSD unit stays BUSYHolger Hans Peter Freyther1-0/+1
2010-07-26gsm_04_80: Add untested code for USSD notification...Holger Hans Peter Freyther1-0/+44
2010-07-26vty_interface_layer3: Fix a subscriber memory leak..Holger Hans Peter Freyther1-1/+3
2010-06-30* Fix null ptr dereference and sms memleak in case the recipient of an sms se...Nico Golde1-6/+10
2010-06-30[BSC] VTY: Fix parsing of uppercase hex digitsHarald Welte1-1/+1
2010-06-24[BSC] Enable the use of whitespaces in the subscriber nameHarald Welte1-2/+7
2010-06-17bsc_api: Make paging/silent call work with the subscriber_connectionHolger Hans Peter Freyther1-1/+1
2010-06-14auth: Add support for XOR test A3A8 algo (and vty commands)Sylvain Munaut1-13/+26
2010-06-14vty/auth: Make sure we clear the last tuple when changing auth paramsSylvain Munaut1-0/+3
2010-06-14db: Change naming convention for auth info functionsSylvain Munaut1-4/+4
2010-06-14db: Rename AuthTuples to AuthLastTuplesSylvain Munaut1-1/+1
2010-05-27VTY: Fix help for 'subscriber .... a3a8' commandHarald Welte1-2/+2
2010-05-27VTY: Unify Subscriber functions, remove SUBSCR_NODEHarald Welte1-122/+95
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-3/+3
2010-05-16VTY: decouple telnet_interface from 'struct gsmnet'Harald Welte1-11/+17
2010-05-16VTY: use argv_concat() instead of vty_argv_to_buffer + buffer_getstr()Harald Welte1-11/+11
2010-05-14VTY: More interactive helpHarald Welte1-10/+31
2010-05-14[VTY] Remove OpenBSC specific node-exit handling from src/vtyHarald Welte1-0/+15
2010-05-14VTY: Introduce common code to add 'description' to objects like BTSHarald Welte1-19/+2
2010-05-12Ensure all 'view' commands are availalbe from 'enable' tooHarald Welte1-8/+8
2010-04-30[vty] Allow to create a buffer in a given context.Holger Hans Peter Freyther1-1/+1
2010-04-15[vty] Separate BSC and MSC statistics. Make it easy to print them.Holger Hans Peter Freyther1-0/+37
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-3/+3
2010-01-06[vty] Move db usage out of the libbsc (fork dumping of subscr)Holger Hans Peter Freyther1-5/+52
2010-01-03vty: Add command to set auth algo & Ki for a subscriberSylvain Munaut1-0/+62