aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-08[on-waves] Use a default rtp_base_port, write it out in the configHolger Hans Peter Freyther1-0/+1
2010-01-07[bssap] Allow to use a different country code tooHolger Hans Peter Freyther1-0/+13
2010-01-05[bsc_msc_ip] Turn the MNC hack into a config optionHolger Hans Peter Freyther1-0/+13
2009-12-22Merge commit 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-8/+209
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-06move RTP socket information from timeslot to lchanHarald Welte1-10/+9
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-24Merge branch 'master' into on-waves/bsc-masterHolger Hans Peter Freyther1-0/+52
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-20[vty] Add option to disable RF on a given TRX.Holger Hans Peter Freyther1-0/+12
2009-11-20[bsc] Add a rtp base port to the BSC config tooHolger Hans Peter Freyther1-0/+16
2009-11-20[vty] Write out BSC specific network parameters tooHolger Hans Peter Freyther1-0/+18
2009-11-20[ipacc] Add a way to override the rtp payload for MDCXHolger Hans Peter Freyther1-0/+11
2009-11-20[vty] Add configuration for the preferred speech versionHolger Hans Peter Freyther1-0/+67
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