aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2012-07-25vty: Document parameters of the unit-id and the band selectionHolger Hans Peter Freyther1-2/+12
2012-07-21Send RR paging requests to PCU, in order to page on PACCHAndreas Eversberg2-0/+35
2012-07-21Enable direct access to PDTCH queue of DSP by PCUAndreas Eversberg1-0/+7
2012-07-20misc: Quote the warning to avoid additional warningHolger Hans Peter Freyther1-2/+2
2012-07-16PCU: Add verion number of PCU interface to PCU INFO IND messageAndreas Eversberg1-0/+1
2012-07-16PCU interface: fix memory leaks in error pathsAndreas Eversberg1-0/+2
2012-07-11OML: add missing ntohs() for UL/DL_TBF_EXTHarald Welte1-2/+2
2012-07-08PCU: remove german warnings from the codeHarald Welte1-2/+2
2012-07-08PCU: Add PCU socket interface to BTS.Andreas Eversberg4-5/+860
2012-07-08Add BTS to list at the beginning of bts_init()Andreas Eversberg1-3/+6
2012-07-08debug: Add new debugging class for PCU interface (DPCU)Andreas Eversberg1-0/+6
2012-07-08signal: Add signals for setting/change of GPRS MO attributesAndreas Eversberg1-0/+8
2012-07-08paging: Alow to store CCCH messages in paging recordsAndreas Eversberg1-30/+107
2012-07-08Fixes for handling of GPRS NSE/NSVC/CELL MOAndreas Eversberg1-5/+8
2012-07-05paging: Expire paging requests after the expiration timeHolger Hans Peter Freyther1-1/+1
2012-06-28Add 12.21 handling for GPRS NSE/NSVC/CELL MOHarald Welte2-0/+172
2012-06-21make sure we don't send CCCH LOAD IND before we have an Abis linkHarald Welte2-2/+2
2012-06-18rsl: use correct headroom size for load indicationsHarald Welte1-2/+2
2012-06-15use default value of 63 for maximum timing advanceHarald Welte1-0/+1
2012-06-15CCCH LOAD IND: Avoid divide-by-zeroHarald Welte1-2/+11
2012-06-15RSL: Add CCCH LOAD INDICATION for RACHHarald Welte2-23/+32
2012-06-14system information: avoid modulo 0 / SIGFPEHarald Welte1-3/+8
2012-06-14attempt to make CCCH Load Indications for PCH workHarald Welte4-16/+42
2012-06-03Use git-generated PACKAGE_VERSION in IPA IDTAG_SWVERSIONHarald Welte1-2/+1
2012-06-03sysinfo: Make our SI scheduling more completeHarald Welte1-5/+80
2012-06-02sysinfo: Schedule SI 2bis and 2terHarald Welte1-4/+4
2012-04-27RSL / SI: Make sure to have correct LAPDm header in SI5/SI6 on SACCHHarald Welte1-2/+2
2012-04-19add a VTY command for activating PDCH channels (in EGPRS mode)Harald Welte1-0/+4
2012-04-19delete dead codeHarald Welte1-220/+0
2012-04-19lchan: Refuse to activate a non-idle lchan.Holger Hans Peter Freyther1-0/+7
2012-04-19lchan: Send the ACT ACK/NACK after the Layer1 has handled act/deactHolger Hans Peter Freyther1-10/+9
2012-04-19lchan: rsl_tx_chan_nack will re-use the msgb, do not msgb_freeHolger Hans Peter Freyther1-4/+4
2012-04-19lchan: Fix crashes when the specified lchan can not be foundHolger Hans Peter Freyther1-4/+20
2012-04-19lchan: Similar to OpenBSC use a set method to change the stateHolger Hans Peter Freyther2-1/+28
2012-04-19common: Add the copyright text to the vty_app_infoHolger Hans Peter Freyther1-6/+7
2012-04-19ciphering: Better state tracking and HACK around L1 race conditionHarald Welte1-1/+2
2012-04-12misc: Fix compiler warning about printing a ptrdiffHolger Hans Peter Freyther1-1/+1
2012-04-05oml: temporary debug hackHarald Welte1-1/+6
2012-04-05Increase head-room in IPA messages receivedHarald Welte1-1/+1
2012-03-18Ensure that ADM_STATE IE is presnent when sending NM_MT_CHG_ADM_STATE_ACKHarald Welte1-1/+14
2012-03-15OML: when allocating merged tlvp arrays for MO, use bts contextHarald Welte1-1/+1
2012-01-23misc: Check return value of msgb _alloc functionsHolger Hans Peter Freyther2-11/+56
2012-01-15ipa: Send the DLCX Indication with the right message discriminatorHolger Hans Peter Freyther1-2/+2
2012-01-14oml: Use talloc_free(ptr) instead of talloc_free(ptr_to_ptr)Holger Hans Peter Freyther1-1/+1
2012-01-14bts: Use msgb_dequeue and msgb_enqueue for the AGCH queueHolger Hans Peter Freyther1-11/+4
2012-01-14RSL: fix typo in commentHarald Welte1-1/+1
2012-01-14OML SET CHAN ATTR: merge TS attributes (not BTS) and fix mem leakHarald Welte1-1/+5
2011-12-01paging: Provide functions to check the internal state of the paging systemHolger Hans Peter Freyther1-0/+15
2011-12-01paging: Do not crash if we get called for the wrong frame/t1/t2/t3Holger Hans Peter Freyther1-2/+12
2011-11-29LAPDm: Use lapdm_channel_exit() and avoid copy+paste bugHarald Welte1-2/+1