aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-12implement bts->cell_barred feature, configurable in VTYHarald Welte (local)1-0/+16
2009-08-12add a authorization policy field to the network and VTYHarald Welte (local)1-0/+16
2009-08-12vty_interface: Remove bogus checks for Site ID and BTS ID.Stefan Schmidt1-11/+0
2009-08-10add "channel allocator (ascending|descending)" command to VTYHarald Welte1-0/+20
2009-08-10misc: Add prototypes to header files, include more header filesHolger Hans Peter Freyther1-0/+1
2009-08-09Merge branch 'master' into config_fileHarald Welte1-8/+74
2009-08-09Merge commit 'origin/master'Harald Welte1-0/+118
2009-08-09add SMS sending commands to vtyHarald Welte1-8/+74
2009-08-08the actual config file code (not just config files)Harald Welte1-17/+107
2009-08-08Merge branch 'master' into config_fileHarald Welte1-0/+52
2009-08-08first 'working' SMS implementationHarald Welte1-0/+52
2009-08-07introduce new GSMNET node for the GSM networkHarald Welte1-14/+95
2009-08-07only allow setting of unit_id on ip.access BTSHarald Welte1-2/+8
2009-08-07add telnet/vty commands for TS pchan and e1_subslotHarald Welte1-4/+37
2009-08-06add code to save BTS/TRX/TS config to config fileHarald Welte1-1/+52
2009-07-23make sure subscr->net is always setHarald Welte1-2/+2
2009-07-12rename ip.access structure field members and variablesHarald Welte1-2/+2
2009-06-21switch to dynamically allocated BTS and TRX data structuresHarald Welte1-33/+40
2009-06-20fix setfault during registration of VTY TRX functionHarald Welte1-1/+1
2009-06-20Introduce BS and MS power control related functionsHarald Welte1-4/+60
2009-06-10reworked MNCC codebaseHarald Welte1-0/+3
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+905