aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-27move openbsc/* to repos rootNeels Hofmeyr1-0/+596
2009-06-10move openbsc into its own subdirectoryHarald Welte1-406/+0
2009-06-05BS11: add nm_state for EnveBTES, PA and BBSIG physical objectsHarald Welte1-1/+16
2009-06-02[lchan] Log increase/decrease of channel use count (Andreas Eversberg)Holger Freyther1-1/+9
2009-05-28* give Siemens ObjClass reasonable names rather than A3/A5/A6Harald Welte1-4/+15
2009-05-23Add user-configurable BSIC settingHarald Welte1-0/+3
2009-05-23With this patch, the TRAU muxing code supports not just bridging only. Harald Welte1-1/+3
2009-05-23add new function gsm_bts_by_lac() to search for BTS based on location areaHarald Welte1-0/+2
2009-05-23* rename the timer functions to avoid name collisions with libmisdn.Harald Welte1-1/+1
2009-05-01* Add support for multiple ip.access nanoBTS at one BSCHarald Welte1-0/+6
2009-04-19[bsc_hack] House keeping, remove dead codeHolger Freyther1-3/+0
2009-03-30Store incoming SMS into SQL databaseHarald Welte1-0/+11
2009-03-10move is_ipaccess_bts() and parse_btstype9) to gsm_data.cHarald Welte1-0/+15
2009-02-28make sure all channels in one BTS use the same TSC (training sequence code)Harald Welte1-0/+3
2009-02-19add gst_ts_name() function to obtain human-readable channel nameHarald Welte1-0/+1
2009-02-17various CC updates:Harald Welte1-2/+8
2009-02-17switch paging code to use a timer again, since not all BTS send reliable CCCH...Harald Welte1-0/+2
2009-02-16forgot the header files in last commit. sigh.Harald Welte1-0/+17
2009-02-16* introduce TLV parser definitions for RSL IE'sHarald Welte1-0/+6
2009-02-15* add bs_power and ms_power attributes to each channel and use them in channe...Harald Welte1-0/+4
2009-02-15* add bsc_hack commandline argument to select BTS typeHarald Welte1-3/+13
2009-02-14introduce gsm_nm_state object in all our nm-relevant data structuresHarald Welte1-0/+17
2009-02-11[paging] Send paging requests as response to the PAGING LOAD indicatorHolger Freyther1-3/+0
2009-02-11[paging] Stop counting the requests... harald implemented sepc conform timer ...Holger Freyther1-1/+0
2009-02-10* fill the e1_link member of every bts_trx_ts structureHarald Welte1-1/+6
2009-02-10[paging] Introduce a variable containing the free paging slotsHolger Freyther1-0/+3
2009-02-09[paging] Cleanup page -> paging in function namesHolger Freyther1-1/+1
2009-02-09* add trau_mux implementation to relay from one incoming TRAUHarald Welte1-4/+6
2009-02-06[paging] Move the paging state into struct gsm_btsHolger Freyther1-0/+33
2009-02-04[paging] Keep a copy of the Control Channel Description in the bts structHolger Freyther1-0/+3
2009-02-01introduce generic callback function and hook enumHarald Welte1-0/+10
2009-01-18add BTS TYPE field to facilitate future non-BS11 BTS supportHarald Welte1-0/+8
2009-01-18* use #define for number of TS in one TRXHarald Welte1-1/+14
2009-01-04Make gcc happy and remove a couple of warningsHolger Freyther1-8/+0
2009-01-04functions to convert lchan/pchan type into human-readable stringHarald Welte1-0/+4
2009-01-03Clean up struct gsm_network and remove the gsm_subscriberHolger Freyther1-6/+0
2008-12-31Introduce logical updating request operation on the gsm_lchanHolger Freyther1-2/+18
2008-12-30Recylce a gsm_lchan when the refcount drops to zeroHolger Freyther1-2/+16
2008-12-30* 04:08: add MM INFO information elementsHarald Welte1-0/+2
2008-12-29Introduce new callbacks, remember that we have LOC UPD REQ, reject things onl...Holger Freyther1-2/+9
2008-12-29Up on call released release the channel and take the next itemHolger Freyther1-0/+1
2008-12-29Unite the acked/nacked handling in a common response...Holger Freyther1-2/+1
2008-12-29Inform the bsc about acked or nacked channels...Holger Freyther1-0/+2
2008-12-29Add callback for allocated lchannelsHolger Freyther1-0/+4
2008-12-29Improve page command handling in the bsc_hackHolger Freyther1-0/+2
2008-12-29Create request channel reason to see channel requests originating from PAGHarald Welte1-0/+10
2008-12-28* use 16bit for network and country codeHarald Welte1-4/+4
2008-12-28working state up to location update and classmark inquiryHarald Welte1-0/+4
2008-12-27missing header file changesHarald Welte1-19/+27
2008-12-26this is the first version that actually talks to the BTSHarald Welte1-1/+9