aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-19[lchan] RSL and RR need the multirate config, place it in the lchanHolger Hans Peter Freyther1-0/+3
2009-11-17[si] Make it possible to set the NECI value...Holger Hans Peter Freyther1-0/+1
2009-11-12move 'struct value_string' and 'get_value_string()' to gsm_dataHarald Welte1-0/+7
2009-11-07change some identifiers from u_int64_t to unsigned long longHarald Welte1-1/+1
2009-10-29[lchan] Keep track which SAPIs has been established with the BTSHolger Hans Peter Freyther1-0/+8
2009-10-27misc: Make bitfields unsigned int...Holger Hans Peter Freyther1-2/+2
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/+17
2009-10-05[ipaccess] Add nanoBTS 1900 supportMike Haben1-4/+2
2009-09-30[lac] The lac must be 16 bit. Change it in gsm_bts and vty parsingHolger Hans Peter Freyther1-1/+1
2009-09-28[bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6Holger Hans Peter Freyther1-0/+2
2009-08-30add VTY/configfile command for setting encryption (A5) levelHarald Welte1-0/+1
2009-08-30A5 support for RSL and 04.08 (not used yet)Harald Welte1-0/+9
2009-08-13add 'ms max power' vty command to set the maximum MS power in dBmHarald Welte (local)1-0/+2
2009-08-12implement bts->cell_barred feature, configurable in VTYHarald Welte (local)1-0/+1
2009-08-12add a authorization policy field to the network and VTYHarald Welte (local)1-0/+11
2009-08-10introduce bts->chan_alloc_reverse flagHarald Welte1-0/+4
2009-08-10add new 'is_siemens_bts()' functionHarald Welte1-0/+12
2009-08-10add T3101 to release lchan in case MS never responds to IMMEDIATE ASSIGNHarald Welte1-0/+2
2009-08-09verify bs11 channel combination constraintsHarald Welte1-0/+1
2009-08-08the actual config file code (not just config files)Harald Welte1-1/+6
2009-08-08first 'working' SMS implementationHarald Welte1-6/+10
2009-08-08parse_btstype() can use const qualifierHarald Welte1-1/+1
2009-08-07Merge branch 'master' into smsHarald Welte1-0/+1
2009-08-07add function declaration for gsm_pchan_parse()Harald Welte1-0/+1
2009-08-06Merge branch 'master' into smsHarald Welte1-0/+5
2009-08-06add HARDCODED_BTSn_TS to define the base TS for each BTSHarald Welte1-0/+5
2009-07-29Merge branch 'master' into smsHarald Welte1-1/+4
2009-07-29generalize channel activation / channel mode modifyHarald Welte1-1/+4
2009-07-28Merge branch 'master' into smsHarald Welte1-0/+2
2009-07-28add RTP proxy mode for ip.accessHarald Welte1-0/+2
2009-07-27further steps towards better, transaction based SMSHarald Welte1-0/+5
2009-07-26move definition of 'struct gsm_trans' to transaction.hHarald Welte1-38/+0
2009-07-23remove bogus 'network' member of 'struct gsm_transaction'Harald Welte1-3/+0
2009-07-23gms_transactions data model reorganizationHarald Welte1-12/+22
2009-07-23remove bogus 'network' member of 'struct gsm_transaction'Harald Welte1-3/+0
2009-07-23gms_transactions data model reorganizationHarald Welte1-12/+22
2009-07-19Merge branch 'master' into smsHarald Welte1-2/+2
2009-07-12rename ip.access structure field members and variablesHarald Welte1-2/+2
2009-07-05more SMS improvementsHarald Welte1-1/+3
2009-06-29the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file.Andreas Eversberg1-1/+1
2009-06-21switch to dynamically allocated BTS and TRX data structuresHarald Welte1-7/+15
2009-06-20introduce talloc all over OpenBSCHarald Welte1-0/+2
2009-06-20replace 'struct gsm_attr' by 'struct tlv_parsed'Harald Welte1-7/+4
2009-06-20Introduce BS and MS power control related functionsHarald Welte1-0/+14
2009-06-14Merge branch 'mncc-harald'Harald Welte1-57/+61
2009-06-12make btstype2str return a const char* to make gcc 4.4 happyHolger Hans Peter Freyther1-1/+1
2009-06-12Increase LCHAN_RELEASE_TIMEOUT to 10 secondsHarald Welte1-1/+1
2009-06-10reworked MNCC codebaseHarald Welte1-56/+60
2009-06-10Handle and dispatch paging requests in gsm_subscriberHolger Freyther1-0/+1