aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_om2000_vty.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-03re-structure the OpenBSC directory layoutHarald Welte1-456/+0
The new structure divides the code into a number of libraries for the BSC core functionality, MSC core functionality, Abis transport, TRAU and other bits. This doesn't introduce any functional code change but simply moves around files and alters Makefile.am accordingly. Next step would be to disentangle a lot of the inter-library dependencies and make the individual bits of code more independent.
2011-02-14OM2000: Make sure the IS and CON lists are kept in orderHarald Welte1-2/+2
2011-02-14OM2000/RBS2000: Make IS+CON configuration persistent in config fileHarald Welte1-4/+23
This uses the new bts_model->config_write_bts() callbacks
2011-02-13OM2000: Complete the VTY help message for OM2000 MO commandsHarald Welte1-1/+9
2011-02-13OM2000: Allow configuration of CON from VTYHarald Welte1-2/+91
However, we have no code that generates the OM2K CON List attribute.
2011-02-13OM2000: Allow VTY based configuration of IS connection groupsHarald Welte1-13/+75
2011-02-13OM2000: Configure the IS to route both TRX0 and TRX1Harald Welte1-1/+6
2011-02-13OM2000: Use om2k in VTY promptHarald Welte1-1/+1
2011-02-13OM2000: Add IS Conf ReqHarald Welte1-0/+23
2011-02-13OM2000: Add enable/disable commandsHarald Welte1-0/+22
2011-02-13OM2000: Add support for sending the TEST REQUEST messageHarald Welte1-0/+11
2011-02-13OM2000: Add VTY commands for connect/disconnect and op_infoHarald Welte1-0/+35
2011-02-13OM2000: Add missing file from previous commitHarald Welte1-0/+182