aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-27vty: replace'logging level' numeric value with human readable stringHarald Welte (local)1-2/+10
2009-12-27set the TRX nominal power by default and/or VTYHarald Welte (local)1-6/+15
2009-12-27rename gsm_lchan_name() to gsm_lchant_name()Harald Welte (local)1-1/+1
2009-12-26[debug] add new 'logging level' command to set loglevel more user friendlyHarald Welte (local)1-2/+29
2009-12-22Import the new logging architectureHolger Hans Peter Freyther1-0/+173
2009-12-22pretty-print statistics in 'show statistics'Harald Welte1-7/+7
2009-12-22print last measurement report during 'show lchan'Harald Welte1-0/+42
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte1-18/+23
2009-12-22bts: Allow config of RACH control parameters tx-integer & max retransSylvain Munaut1-0/+32
2009-12-22Display current channel usage load in 'show bts' and 'show network'Harald Welte1-0/+32
2009-12-22[vty] Document the various T??? we are ausing.Holger Hans Peter Freyther1-13/+13
2009-12-22keep some internal statistics inside OpenBSCHarald Welte1-0/+36
2009-12-21remove duplicate flag for cell barringHarald Welte1-3/+3
2009-12-21make handover algorithm parameters configurable from VTYHarald Welte1-0/+65
2009-12-20don't enable handover unless RTP Proxy is enabledHarald Welte1-0/+6
2009-12-19[handover] add VTY parameter to enable/disable handoverHarald Welte1-0/+14
2009-12-14[PATCH] fix MM INFO parsing in vty_interfaceHarald Welte1-0/+1
2009-12-14Add VTY setting for whether or not to sending MM INFOHarald Welte1-0/+12
2009-12-13[RRLP] make RRLP mode configurable from config fileHarald Welte1-0/+14
2009-12-12[VTY] add more cell reselection parameters to VTYHarald Welte1-4/+35
2009-12-12print some more RF related information about BTS in VTYHarald Welte1-0/+6
2009-12-06location updating reject cause now specified on VTY rather than command line ...Harald Welte1-0/+15
2009-12-02move RTP socket information from timeslot to lchanHarald Welte1-10/+9
2009-12-01Replace template-based SYSTEM INFORMATION with real implementationHarald Welte1-3/+4
2009-11-24[vty] Add option to disable RF on a given TRX.Holger Hans Peter Freyther1-0/+12
2009-11-22[network] Add config option for the remaining network timersHolger Hans Peter Freyther1-0/+30
2009-11-22[network] Make T3101 configurable and use it in abis_rslHolger Hans Peter Freyther1-0/+23
2009-11-19[vty] Remove tab to make the cell_identity nicely indentHolger Hans Peter Freyther1-1/+1
2009-11-19[vty] Write out the neci configurationHolger Hans Peter Freyther1-0/+1
2009-11-18Merge remote branch 'origin/master'Harald Welte1-1/+13
2009-11-18max_power_limit: the limit is 24 dB !Harald Welte1-1/+1
2009-11-17Fix configuration file generationAndreas.Eversberg1-1/+1
2009-11-17[si] Make it possible to set the NECI value...Holger Hans Peter Freyther1-0/+12
2009-11-17fix some more compiler warningsHarald Welte1-1/+1
2009-10-20ip.access: Support multi-TRX / RSL stream IDHarald Welte1-8/+41
2009-10-01[lac] Do not use the reserved LAC 0x0 for two different thingsHolger Hans Peter Freyther1-0/+7
2009-09-30[lac] The lac must be 16 bit. Change it in gsm_bts and vty parsingHolger Hans Peter Freyther1-3/+3
2009-09-28[bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6Holger Hans Peter Freyther1-1/+22
2009-09-28[tmsi] Make the tmsi a 4 octet numberHolger Hans Peter Freyther1-2/+2
2009-08-30add VTY/configfile command for setting encryption (A5) levelHarald Welte1-0/+14
2009-08-17[vty] Move layer3+ functionality to vty_interface_layer3.cHolger Hans Peter Freyther1-258/+2
2009-08-15sms_from_text needs to return struct gsm_sms *Harald Welte1-3/+3
2009-08-15fix printing of TMSI on VTYHarald Welte1-1/+2
2009-08-14allow vty to set periodic location updating timer t3212Harald Welte (local)1-0/+15
2009-08-14display TMSI in 8 digit hexHarald Welte (local)1-1/+1
2009-08-14add 'show subscriber cache' vty command to debug subscriber refcount leaksHarald Welte (local)1-0/+17
2009-08-14sms send pending now sends _all_ pending at the same timeHarald Welte (local)1-8/+11
2009-08-13fix segfault in vty sms sending codeHarald Welte (local)1-3/+2
2009-08-13add 'ms max power' vty command to set the maximum MS power in dBmHarald Welte (local)1-0/+13
2009-08-13factor out the function to generate struct gsm_sms from a stringHarald Welte1-3/+12