aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-05-16VTY: rename vty_interface.c to bsc_vty.cHarald Welte2-1/+1
2010-05-16VTY: Move BSC specific openbsc_vty_print_statistics() to vty_interface.cHarald Welte2-17/+17
2010-05-16VTY: decouple telnet_interface from 'struct gsmnet'Harald Welte15-120/+153
2010-05-16telnet: cosmetic coding style changesHarald Welte1-4/+8
2010-05-16telnet: remove dead codeHarald Welte1-7/+0
2010-05-16VTY: use argv_concat() instead of vty_argv_to_buffer + buffer_getstr()Harald Welte2-38/+13
2010-05-16VTY: remove accidentially enabled TELNET option debuggingHarald Welte1-1/+0
2010-05-16VTY: pass program name, version and copyright to vty_init()Harald Welte13-67/+47
2010-05-16VTY: remove dead codeHarald Welte1-168/+1
2010-05-16vty: use install_node_ve() instead of separate ENABLE and VIEW node installsHarald Welte1-4/+2
2010-05-16VTY: Context-sensitive help for logging related commandsHarald Welte3-11/+16
2010-05-15[GPRS] NS: Allow filtering of log messages by NSVC / NSEIHarald Welte5-3/+84
2010-05-15VTY / logging: Fix subscriber context / imsi filteringHarald Welte1-5/+1
2010-05-15[GPRS] NS: VTY: Don't nsvc_delete() on 'no nse...'Harald Welte1-3/+9
2010-05-15[GPRS] NS: Introduce command to display a single NSEHarald Welte1-12/+47
2010-05-15[GPRS] NS: Always start NS-ALIVE procedure after RESETHarald Welte2-9/+7
2010-05-16gsm48: Add a generic MI from classmark+mi extraction.Holger Hans Peter Freyther2-6/+14
2010-05-16gsm48: Add size checks to the paging response mi parsing.Holger Hans Peter Freyther3-7/+17
2010-05-15gsm48: Typo fix.Holger Hans Peter Freyther1-1/+1
2010-05-14VTY: More interactive helpHarald Welte2-13/+48
2010-05-14[GPRS] NS: Add 'nsvc nsei ... (block|unblock|reset)' command to VTYHarald Welte1-0/+33
2010-05-14[VTY] Introduce "end" command that works from any level in configHarald Welte7-0/+39
2010-05-14[BSC] ARFCN 0 is legal in E-GSMHarald Welte1-1/+1
2010-05-14[VTY] Remove OpenBSC specific node-exit handling from src/vtyHarald Welte11-49/+83
2010-05-14VTY: Introduce common code to add 'description' to objects like BTSHarald Welte5-19/+92
2010-05-14DB: don't use reserved "index" word in SQL table field nameHarald Welte1-2/+2
2010-05-14[GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startupHarald Welte5-15/+41
2010-05-14[GPRS] Gb_proxy: Support common command line argumentsHarald Welte1-1/+72
2010-05-13[GPRS] BSSGP: Refuse blocking of signalling BVC; Ignore traffic on blocked BVCHarald Welte1-0/+22
2010-05-13[GPRS] BSSGP: Make implementation more robustHarald Welte1-97/+216
2010-05-13[GPRS] LLC: Start using different log levelsHarald Welte1-4/+5
2010-05-13[GPRS] LLC: Use DLLC instead of DGPRSHarald Welte1-9/+9
2010-05-13[GPRS] Add debug sections for LLC and SNDCPHarald Welte3-2/+16
2010-05-13[GPRS] BSSGP: Elaborate more on FIXMEsHarald Welte1-8/+10
2010-05-13[GPRS] Rename gsm_04_08_gprs.c to gprs_gmm.cHarald Welte2-1/+1
2010-05-13[GPRS] BSSGP: add function declarationHarald Welte1-1/+6
2010-05-13[GPRS] LLC: Improve implementation compliance to specHarald Welte2-13/+78
2010-05-14ipaccess-config: Silence compiler warning.Holger Hans Peter Freyther1-0/+2
2010-05-14[misc] Silence compiler warning...Holger Hans Peter Freyther1-0/+2
2010-05-14Forward declare make_socket.Holger Hans Peter Freyther1-0/+3
2010-05-14[mgcp] Make show mgcp available in both modes.Holger Hans Peter Freyther1-1/+1
2010-05-14Merge branch 'master' into on-waves/mgcpHolger Hans Peter Freyther78-562/+7303
2010-05-14[mgcp] Clean up VTY code, the ranges are checked by the VTY code.Holger Hans Peter Freyther1-20/+0
2010-05-14[mgcp] Use A.B.C.D for the ip addresses inside the vty configHolger Hans Peter Freyther1-4/+4
2010-05-14[mgcp] Improve the language of the comments.Holger Hans Peter Freyther1-2/+2
2010-05-14[mgcp] Include stdlib.h for abs.Holger Hans Peter Freyther1-0/+1
2010-05-14[vty] Add power measurements to the one line summary.Holger Hans Peter Freyther1-1/+13
2010-05-14[vty] Add a one line show lchan summary command.Holger Hans Peter Freyther1-0/+19
2010-05-14[vty] Move "show lchan" into a parameterized methodHolger Hans Peter Freyther1-9/+17
2010-05-14[vty] Remove unfinished code from the VTY...Holger Hans Peter Freyther1-27/+0