aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_data.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-20[vty] Add option to disable RF on a given TRX.Holger Hans Peter Freyther1-0/+1
2009-11-12move 'struct value_string' and 'get_value_string()' to gsm_dataHarald Welte1-0/+13
2009-10-29[misc] Use talloc_zero instead of talloc and later memsetHolger Hans Peter Freyther1-6/+3
2009-10-26[USSD] various USSD improvementsMike Haben1-1/+1
2009-10-24[GPRS] introudce PDCH and PDCH/TCH physical channelsHarald Welte1-0/+2
2009-10-24[GPRS] add data structures for OML of NSE,CELL,NSVCEHarald Welte1-0/+6
2009-10-05[ipaccess] Add nanoBTS 1900 supportMike Haben1-2/+1
2009-10-01[lac] Do not use the reserved LAC 0x0 for two different thingsHolger Hans Peter Freyther1-1/+1
2009-09-28[paging] Use one of the two reserved LAC to page every BTSHolger Hans Peter Freyther1-1/+1
2009-08-13add 'ms max power' vty command to set the maximum MS power in dBmHarald Welte (local)1-0/+1
2009-08-12add a authorization policy field to the network and VTYHarald Welte (local)1-0/+23
2009-08-08the actual config file code (not just config files)Harald Welte1-2/+9
2009-08-08parse_btstype() can use const qualifierHarald Welte1-1/+1
2009-08-07implement gsm_pchan_parse() functionHarald Welte1-0/+12
2009-08-06change order of BTS and TRX list as well as band names for prettier printoutHarald Welte1-7/+7
2009-06-29the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file.Andreas Eversberg1-0/+2
2009-06-21switch to dynamically allocated BTS and TRX data structuresHarald Welte1-51/+100
2009-06-20Introduce BS and MS power control related functionsHarald Welte1-0/+37
2009-06-14Merge branch 'mncc-harald'Harald Welte1-2/+8
2009-06-12make btstype2str return a const char* to make gcc 4.4 happyHolger Hans Peter Freyther1-1/+1
2009-06-10reworked MNCC codebaseHarald Welte1-2/+8
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+209