aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty_interface.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-01add VTY command to set BTS unit IDHarald Welte1-4/+30
2009-05-01* Add support for multiple ip.access nanoBTS at one BSCHarald Welte1-3/+16
* keep track of site_id/bts_id in struct gsm_bts * dynamically match incoming OML/RSL over TCP connections by BTS Unit ID * introduce new debug category DINP (separate from DMI for hexdumps) * remove ia_config() as it is no longer needed * * ensure that signalling links / E1 line information is correctly printed * when bootstrapping RSL or OML, tell us for which BTS it is being doen * separate bootstrap_bts() out from bootstrap_network() * statically configure two ip.access BTS, one with unit id's 1800/0/0 and 1801/0/0
2009-03-28add stubs for enable/configure terminal/bts/trx/ts commands in VTY interfaceHarald Welte1-5/+150
2009-03-28add 'show paging' for BTS to telnet interfaceHarald Welte1-0/+45
2009-03-10* more human-readable strings instead of values Harald Welte1-19/+101
* vty printout of e1 driver/line/timeslot items
2009-03-10* don't print lchan's of type NONEHarald Welte1-6/+9
* better formating of VTY printing of some objects
2009-03-10add VTY dumping functions for OpenBSCHarald Welte1-0/+455