aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface_layer3.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-03silent_call: Add option to choose channel typeSylvain Munaut1-16/+46
2009-12-22Implement a better sending of pending SMSSylvain Munaut1-10/+7
2009-11-17silent call: add header file for function prototypesHarald Welte1-0/+1
2009-11-14VTY (silent sms / sms): better error reportingHarald Welte1-4/+9
2009-11-14silent sms: make it silent again (type 64), fix subscriber refcount leakHarald Welte1-1/+5
2009-11-14Add "silent call" feature to OpenBSCHarald Welte1-1/+55
2009-11-14[VTY] restructure sms and silent sms commandsHarald Welte1-63/+32
2009-11-14[VTY] Add feature to send silent SMS from consoleHarald Welte1-4/+46
2009-11-06vty: Do not leak the gsm_subscriberHolger Hans Peter Freyther1-0/+5
2009-08-17[vty] Move layer3+ functionality to vty_interface_layer3.cHolger Hans Peter Freyther1-0/+315