aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_data.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-04move gsm_band_name() and gsm_band_parse() to libosmocoreHarald Welte1-54/+2
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-6/+18
2010-01-12Fix allocation of BTS from VTYlaforge1-1/+1
2010-01-10[OML] parse attributes depending on BTS typeHarald Welte1-1/+42
2010-01-07introduce new gsm_bts_trx_by_nr() functionHarald Welte1-0/+11
2010-01-07Initialize reject_cause to a valid numberHolger Hans Peter Freyther1-0/+1
2009-12-31[misc] Utilize rf_locking by setting the nm_state.administrativeHolger Hans Peter Freyther1-0/+1
2009-12-29rsl: add new 'gsm_trx_name()' function and use itHarald Welte (local)1-0/+9
2009-12-29Introduce gsm_lchans_name() for human readable lchan state nameHarald Welte1-0/+14
2009-12-28set the TRX nominal power by default and/or VTYHarald Welte (local)1-0/+18
2009-12-28Introduce and use gsm_lchan_name() in addition to gsm_ts_name()Harald Welte (local)1-0/+10
2009-12-28rename gsm_lchan_name() to gsm_lchant_name()Harald Welte (local)1-1/+1
2009-12-27move get_string_value() und get_value_string() into debug.cHarald Welte1-26/+0
2009-12-26add 'get_string_value()' as inverse function of 'get_value_string()'Harald Welte (local)1-0/+13
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte1-0/+27
2009-12-22bts: Allow config of RACH control parameters tx-integer & max retransSylvain Munaut1-0/+4
2009-12-21[handover] Real handover algorithmHarald Welte1-0/+8
2009-12-15introduce cache of 6 last recently received measurement reports for each lchanHarald Welte1-0/+13
2009-12-15add BSIC parameter to gsm_bts_neighbor()Harald Welte1-2/+4
2009-12-14Implement gsm_bts_neighbor() function to determine neighbor BTSHarald Welte1-0/+17
2009-12-14system_information: use bitvec to generate frequency listsHarald Welte1-0/+6
2009-12-13[RRLP] make RRLP mode configurable from config fileHarald Welte1-0/+23
2009-12-12[VTY] add more cell reselection parameters to VTYHarald Welte1-0/+2
2009-12-01Assign default values for T3101 and T3113Harald Welte1-0/+3
2009-11-24[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