aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-16Add current state of Packet Timeslot Reconfiguremax/ptsrMax7-289/+222
2016-02-12xxxMax1-2/+6
2016-02-12todoMax4-28/+187
2016-02-11wipMax3-12/+17
2016-02-11P.TS.R. WIPMax9-11/+320
2016-02-08edge: Support all coding schemes for BSSGP flow controlJacob Erlbeck1-31/+50
2016-02-08edge: Work-around to not use MCS-6 with paddingJacob Erlbeck1-2/+6
2016-02-08edge: Compare len instead of using cs.isCombinableJacob Erlbeck2-12/+15
2016-02-08edge: Send a second BSN block in an RLC message if possibleJacob Erlbeck3-54/+109
2016-02-08edge: Refactor create_dl_acked_block for multi-block supportJacob Erlbeck2-25/+86
2016-02-08ms: Fix GprsMs::current_cs_dl()Jacob Erlbeck1-1/+1
2016-02-08rlc: Use the rlc structure to access the data unit in the RLC messageJacob Erlbeck2-21/+31
2016-02-08rlc: Add gprs_rlc_mcs_cps_decodeJacob Erlbeck2-0/+31
2016-02-08rlc: Add with_padding argument to gprs_rlc_data_info_init_dl/ulJacob Erlbeck3-13/+23
2016-02-08cs: Add GprsCodingScheme::optionalPaddingBitsJacob Erlbeck2-14/+21
2016-02-08cs: Add family related methodsJacob Erlbeck2-16/+73
2016-02-08edge/vty: Set initial MCSJacob Erlbeck1-0/+42
2016-02-08rlc: Support encoding of EGPRS header type 1 + 2Jacob Erlbeck4-8/+104
2016-02-08tbf: Add state WAIT_ASSIGNJacob Erlbeck3-9/+23
2016-02-08ms: Add current_pacch_slots methodJacob Erlbeck3-0/+34
2016-02-08sched: Do PACCH assignments for the same direction lastJacob Erlbeck1-4/+23
2016-02-08tbf: Only free TBF if it was replaced in rcv_control_ackJacob Erlbeck1-2/+4
2016-02-08edge: Support EGPRS in IMM ASSIGNMENTJacob Erlbeck1-0/+25
2016-02-08encoding: Redesign Encoding::write_immediate_assignment APIJacob Erlbeck3-35/+55
2016-02-08encoding: Refactor write_immediate_assignmentJacob Erlbeck1-79/+98
2016-02-08encoding: Use explicit LH encoding in write_immediate_assignmentJacob Erlbeck1-2/+2
2016-02-08pcu: Add bitvec_write_field_lhJacob Erlbeck2-0/+19
2016-02-08tbf: Don't change type from CCCH to PACCH without ackJacob Erlbeck2-2/+11
2016-02-08tbf: Use TLLI as ID if TFI not yet assignedJacob Erlbeck4-9/+41
2016-02-08tbf: Add check_polling/set_pollingJacob Erlbeck7-69/+111
2016-02-08tbf: Add and use tbf->poll_tsJacob Erlbeck5-9/+15
2016-02-08tbf: Mark control slots in VTY TBF outJacob Erlbeck1-1/+2
2016-02-08tbf: Use is_control_ts() instead of comparing TS values directlyJacob Erlbeck4-8/+11
2016-02-08sched: Pass the current TS to the control create functionsJacob Erlbeck4-15/+15
2016-02-08tbf: Do not reuse old TBF after RACH requestsJacob Erlbeck2-15/+12
2016-02-08tbf: Add abort method for downlink TBFJacob Erlbeck3-1/+30
2016-02-08tbf: Add counters for aborted TBF in state FLOWJacob Erlbeck3-5/+19
2016-02-08Revert "tbf: Use the control TS for Immediate Assignments"Jacob Erlbeck1-2/+2
2016-02-08tbf: Use the control TS for Immediate AssignmentsJacob Erlbeck1-2/+2
2016-02-08tbf: Refactor calls to write_immediate_assignmentJacob Erlbeck1-14/+31
2016-02-08bssgp: Ignore downlink BSSGP RA Cap IEJacob Erlbeck1-0/+4
2016-02-08tbf: Low prio for BSSPG values for GPRS/EGPRS MS classJacob Erlbeck1-5/+8
2016-02-08edge: Get EGPRS MS class from downlink BSSGPJacob Erlbeck1-27/+22
2016-02-08rlc: Add decode_gsm_ra_cap to decode Radio Access CapsJacob Erlbeck2-0/+9
2016-02-08Revert "bssgp: Add hand-coded extended RA Cap parser"Jacob Erlbeck1-66/+0
2016-02-08bssgp: Add hand-coded extended RA Cap parserJacob Erlbeck1-0/+66
2016-02-08tbf: Show window parameters in VTYJacob Erlbeck1-3/+18
2016-02-08edge: Make window size configurableJacob Erlbeck6-6/+56
2016-02-08tbf/vty: Fix the CS output and show the EGPRS MS classJacob Erlbeck1-3/+3
2016-02-08utils: Add pcu_bitcount and pcu_lsbJacob Erlbeck2-21/+24