aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bs11_config.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-10Add {create, delete}-bport1 and bport0-{star, multidrop} to bs11-configDaniel Willmann1-0/+26
This adds the possibility to bs11-config to add the second bport and change the line config to star or multidrop.
2009-06-21switch to dynamically allocated BTS and TRX data structuresHarald Welte1-6/+15
This makes it much easier to do run-time configuration using the vty interface.
2009-06-10reworked MNCC codebaseHarald Welte1-1/+1
This is Harald's reworked MNCC base, slowly heading towards integration into master. The key changes are: * provide much more structure to the data in gsm_mncc * encode_* and decode_* functions now take a structure rather than tons of individual arguments (whose order nobody can remember) * make sure we don't have copies of the same code everywhere by introducing mncc_set_cause() and mncc_release_ind() * save horizontal screen space if possible * make sure we break lines > 80 characters
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+805