aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-20[vty] Add option to disable RF on a given TRX.Holger Hans Peter Freyther1-0/+5
2009-11-20[lchan] Release the channel ones its' usecount drops to zeroHolger Hans Peter Freyther1-23/+0
2009-11-20[bsc] Add a rtp base port to the BSC config tooHolger Hans Peter Freyther1-0/+1
2009-11-20[ipacc] Add a way to override the rtp payload for MDCXHolger Hans Peter Freyther1-0/+1
2009-11-20[bsc] Send the SCCP IT message in a given intervalHolger Hans Peter Freyther1-0/+3
2009-11-20[vty] Add configuration for the preferred speech versionHolger Hans Peter Freyther1-0/+11
2009-11-20[bssap] First go at implementing channel assignment...Holger Hans Peter Freyther1-1/+0
2009-11-20[bssap] First go at implementing ASSIGNMENT REQUESTHolger Hans Peter Freyther1-0/+10
2009-11-20[bssap] Start to queue messages to the BTS and to the MSCHolger Hans Peter Freyther1-0/+7
2009-11-20[bsc_msc_ip] This is a BSC that connects to real MSC via IPHolger Hans Peter Freyther1-0/+20
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