aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-30alloc: Move usf into the scope it is actually usedHolger Hans Peter Freyther1-1/+2
2013-10-30alloc: Factor out the routine to find an enabled PDCHHolger Hans Peter Freyther1-9/+19
2013-10-30alloc: Remove the unimplemented/unfinished time constraint codeHolger Hans Peter Freyther1-47/+11
2013-10-30alloc: Remove code duplication for downlink assignmentHolger Hans Peter Freyther1-6/+12
2013-10-30alloc: Introduce a backpointer from the tbf to the trx and simplify codeHolger Hans Peter Freyther3-12/+14
2013-10-30alloc: Call it trx_no and not trx as it is not trx objectHolger Hans Peter Freyther6-29/+29
2013-10-30alloc: Move the two timeslot alloc algorithms to a dedicated fileHolger Hans Peter Freyther3-561/+591
2013-10-30alloc: Move the "assignment" of the slot into a common functionHolger Hans Peter Freyther1-11/+16
2013-10-28tbf: Prepare to make thing things private in the tbf, start with the stateHolger Hans Peter Freyther4-22/+44
2013-10-28tbf: Move the tbf_timer_cb into the tbf classHolger Hans Peter Freyther5-223/+231
2013-10-28tbf: Remove dead code that called tbf_freeHolger Hans Peter Freyther1-48/+0
2013-10-28tbf: Move many routines related to the tbf from gprs_rlcmac to tbf.cHolger Hans Peter Freyther2-153/+153
2013-10-28tbf: Add another variant of the free_all now by pdchHolger Hans Peter Freyther3-10/+17
2013-10-28tbf: Move the code to close all timeslots into the tbf classHolger Hans Peter Freyther3-10/+20
2013-10-28tbf: Move header definition from gprs_rlcmac to the tbfHolger Hans Peter Freyther3-94/+97
2013-10-28tbf: Move the struct to the tbf.h header fileHolger Hans Peter Freyther6-98/+103
2013-10-18tbf: Move the alloc_ul_tbf into tbf.c and change signatureHolger Hans Peter Freyther3-38/+43
2013-10-18tbf: Add more to do items for refactoring on the dl assignmentHolger Hans Peter Freyther1-0/+2
2013-10-18tbf: Warn about copy and paste between different tbf alloc routinesHolger Hans Peter Freyther2-0/+3
2013-10-18tbf: Move the creation of a new tbf for the downlink to a new methodHolger Hans Peter Freyther1-70/+80
2013-10-18tbf: Create an assign method for IMSI.Holger Hans Peter Freyther1-2/+8
2013-10-18tbf: Move code that sets the tbf's ms_class to a central placeHolger Hans Peter Freyther1-5/+9
2013-10-18tbf: Separate the easy path out of the receive pathHolger Hans Peter Freyther1-49/+70
2013-10-18tbf: Begin to add some structure to the tbf codeHolger Hans Peter Freyther4-120/+194
2013-10-17sba: Fix memory leak when all PDCHs are disabledHolger Hans Peter Freyther1-0/+1
2013-10-16misc: Print the payload that is not knownHolger Hans Peter Freyther1-1/+1
2013-10-16rlc: Add missing break after GPRS_RLCMAC_CONTROL_BLOCK_OPTHolger Hans Peter Freyther1-0/+1
2013-10-16misc: Fix some typos sed -i s,ressources,resources,gHolger Hans Peter Freyther2-4/+4
2013-10-16misc: Fix format and typos in the codeHolger Hans Peter Freyther1-2/+2
2013-10-02tbf: constify the IMSI argument for the downlink assignmentHolger Hans Peter Freyther4-6/+6
2013-10-02tbf: Make multislot lookup tables static/constHolger Hans Peter Freyther1-3/+3
2013-10-02tfi: The tfi_alloc doesn't allocate anything, rename the functionHolger Hans Peter Freyther4-5/+7
2013-09-04bssgp: Add callback UNITDATA.DL messaes with the dataHolger Hans Peter Freyther2-0/+7
2013-09-04bssgp: Add callbacks for certain BSSGP eventsHolger Hans Peter Freyther2-0/+8
2013-09-04bssgp: Return the gprs_bssgp_pcu instance from create/connectHolger Hans Peter Freyther3-27/+30
2013-09-04rlcmac: Reduce the depedency on the global gprs_rlcmac_bts variableHolger Hans Peter Freyther6-42/+49
2013-09-04bssgp: These routines are not public API.. make them static for nowHolger Hans Peter Freyther2-12/+4
2013-09-04bssgp: Re-indent the switch/case statementHolger Hans Peter Freyther1-45/+45
2013-08-02tests: Move the RLCMACTest into the test directory and setup autotestHolger Hans Peter Freyther2-227/+2
2013-08-02bssgp: The method creates and the connects.. reflect that in the nameHolger Hans Peter Freyther3-3/+3
2013-08-02bitvector: Address compiler warnings about unsigned/signedHolger Hans Peter Freyther2-8/+9
2013-08-02pcu_l1_if.cpp: Remove unused method and commentHolger Hans Peter Freyther1-6/+0
2013-08-02femtobts: Remove code that is causing warnings with GCC 4.8Holger Hans Peter Freyther2-15/+0
2013-08-02csn1: Fix various printf/format issues pointed out by gccHolger Hans Peter Freyther1-4/+6
2013-08-02csn1: Remove unused code from the fileHolger Hans Peter Freyther1-38/+0
2013-07-30misc: Move the parsing of the ms_class from RA Capabilities to a methodHolger Hans Peter Freyther1-32/+43
2013-07-30bssgp: Remove commented out code that is currently not used.Holger Hans Peter Freyther1-4/+0
2013-07-30bssgp: Reset the BVC and NSVC state in the destroy routineHolger Hans Peter Freyther1-0/+4
2013-07-30misc: Move the nsvc_unblocked into the struct osmo_pcuHolger Hans Peter Freyther1-5/+6
2013-07-30misc: Move the bvc_timer into the struct osmo_pcuHolger Hans Peter Freyther1-9/+9