aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-14VTY: Introduce common code to add 'description' to objects like BTSHarald Welte1-0/+4
2010-05-11[gprs] NS/BSSGP: Make all timers configurable from VTYHarald Welte1-0/+2
2010-05-04[gprs] correctly calculate the length of the BSSGP PDUsHarald Welte1-0/+1
2010-05-04[gprs] pass BSSGP UL-UNITDATA Cell ID up into GMM layerHarald Welte1-0/+4
2010-05-04[gprs] SGSN: Expect all Identifiers to be stored at highest levelHarald Welte1-0/+2
2010-05-04[gprs] Ensure msgb->l3h points to Layer3 (04.08)Harald Welte1-3/+5
2010-05-04gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCIHarald Welte1-4/+7
2010-05-04gprs: Use new msgb->cb[] for storing a pointer to the NS-VC through which it ...Harald Welte1-0/+3
2010-05-04gprs: Update gprs-sgsn branch to use new msgb->cb layoutHarald Welte1-0/+3
2010-05-04some more GPRS related commentsHarald Welte1-3/+6
2010-05-01'struct gprs_ra_id' is now defined in libosmocoreHarald Welte1-8/+0
2010-04-30define 'struct openbsc_msgb_cb' and accessor macro OBSC_MSGB_CB()Harald Welte1-0/+7
2010-04-30remove any reference to 'struct gsm_bts_link'Harald Welte1-5/+0
2010-04-25[vty] Allow to set the RACH NM attributes on a per BTS basisHolger Hans Peter Freyther1-0/+4
2010-04-18GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)'Harald Welte1-1/+10
2010-04-17[statistics] Keep track of OML/RSL failures of the BTS.Holger Hans Peter Freyther1-0/+4
2010-04-17[statistics] Keep track of rf failures and rll release failuresHolger Hans Peter Freyther1-0/+4
2010-04-12ipaccess: Send RTP Payload IE for CRCX & MDCXSylvain Munaut1-0/+1
2010-04-10[paging] Simplify the last request and treat llist as a queueHolger Hans Peter Freyther1-1/+0
2010-03-28RSL: keep track of ip.access dynamic TCH/PDCH activationHarald Welte1-1/+1
2010-03-25Store the GSM BTS in the gsm subscriber connectionHolger Hans Peter Freyther1-1/+2
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther1-27/+36
2010-03-22GPRS: make NSEI configurable from VTYHarald Welte1-0/+1
2010-03-22GPRS: make NSVC parameters VTY-configurableHarald Welte1-0/+4
2010-03-22Create new gprs-conf branch with the non-SGSN part of the gprs branchHarald Welte1-0/+13
2010-03-04decleare gsm_bts_model_register()Harald Welte1-0/+2
2010-03-04move some gsm48 utility functions to libosmocoreHarald Welte1-3/+0
2010-03-01value_string functions and some RSL related stuff has moved to libosmocoreHarald Welte1-8/+0
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-14/+6
2010-01-10[OML] parse attributes depending on BTS typeHarald Welte1-1/+11
2010-01-07introduce new gsm_bts_trx_by_nr() functionHarald Welte1-0/+1
2010-01-03gsm_data: Move auth related structure earlierSylvain Munaut1-20/+22
2010-01-03gsm_data: Fix sres to be 4 bytesSylvain Munaut1-1/+1
2010-01-03db: Add issued/use_count/key_seq fields to AuthTuplesSylvain Munaut1-0/+2
2010-01-01keep 'silent call' state in struct lchanHarald Welte1-0/+2
2009-12-31[misc] Utilize rf_locking by setting the nm_state.administrativeHolger Hans Peter Freyther1-3/+0
2009-12-29rsl: add new 'gsm_trx_name()' function and use itHarald Welte (local)1-0/+1
2009-12-29Introduce gsm_lchans_name() for human readable lchan state nameHarald Welte1-0/+1
2009-12-29RSL: Introduce LCHAN_S_REL_REQ stateHarald Welte1-0/+1
2009-12-28set the TRX nominal power by default and/or VTYHarald Welte (local)1-0/+1
2009-12-28Introduce and use gsm_lchan_name() in addition to gsm_ts_name()Harald Welte (local)1-0/+1
2009-12-28Introduce new ACT_REQ state to prevent race condition during channel allocationHarald Welte (local)1-0/+1
2009-12-28rename gsm_lchan_name() to gsm_lchant_name()Harald Welte (local)1-1/+1
2009-12-26add 'get_string_value()' as inverse function of 'get_value_string()'Harald Welte (local)1-0/+1
2009-12-24[debug] Introduce DREF debug category for reference countingHarald Welte1-2/+2
2009-12-24[authentication] Code for retrieving authentication data from SQL DBHarald Welte1-0/+19
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte1-25/+26
2009-12-22keep some internal statistics inside OpenBSCHarald Welte1-0/+45
2009-12-21remove duplicate flag for cell barringHarald Welte1-1/+0
2009-12-21[handover] Real handover algorithmHarald Welte1-0/+30