aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-28rlcmac: Initial selection of packet-access-procedure mode based on originatin...Pau Espin Pedrol3-1/+34
2023-07-28rlcmac: Use enum gprs_rlcmac_radio_priority internally everywherePau Espin Pedrol8-40/+59
2023-07-28sndcp: Forward QoS params from SM to LLCPau Espin Pedrol5-0/+56
2023-07-28sm: Introduce APIs to enc/dec QoS ProfilePau Espin Pedrol10-4/+475
2023-07-28llc: Set proper Radio Priority when submitting GRR-UNITDATA.reqPau Espin Pedrol4-4/+11
2023-07-28sndcp: Use radio_prio assigned by SM when submitting LLC unitdata.reqPau Espin Pedrol3-8/+19
2023-07-28sm: Forward RadioPrio & QoS in SNSM-Activate.indPau Espin Pedrol1-2/+4
2023-07-28cosmetic: sm: Fix wrong reference in commentPau Espin Pedrol1-1/+1
2023-07-28sndcp: Initialize N201-U & N201-I to default settingsPau Espin Pedrol1-0/+20
2023-07-28llc: Set proper SAPI when transmitting UNITDATA.req to GRR/BSSGPPau Espin Pedrol1-2/+7
2023-07-28sndcp: Update n201_u & n201_i indicatd by LLC layerPau Espin Pedrol3-6/+23
2023-07-28llc: Submit LL-XID-IND to L3 if N201-U or N201-I changesPau Espin Pedrol2-17/+31
2023-07-26llc: Apply N201-I & N201-U requested by the networkPau Espin Pedrol5-1/+79
2023-07-26llc: Introduce function to log XID fields and use upon Rx/TxPau Espin Pedrol4-0/+40
2023-07-26llc: xid: Introduce some helper internal functions to make code easier to followPau Espin Pedrol2-11/+26
2023-07-24rlcmac: recalculate CV as needed when already in Countdown procedurePau Espin Pedrol3-16/+60
2023-07-24rlcmac: Apply tx_cs requested by the network through PKT UL ACK/NACKPau Espin Pedrol2-1/+15
2023-07-24rlcmac: Avoid discard packets when in Countdown procedurePau Espin Pedrol3-4/+8
2023-07-24rlcmac: ul_tbf: Move logic selecting proper queue to helper functionPau Espin Pedrol1-4/+13
2023-07-21rlcmac: Log LLC PDUs enqueued in llc_queuePau Espin Pedrol2-1/+17
2023-07-21rlcmac: Mark received BSNs falling out of the V(N)/RBB when V(R) is raisedPau Espin Pedrol3-11/+15
2023-07-21rlcmac: rlc_window_dl: Fix RBB generationPau Espin Pedrol1-1/+1
2023-07-21rlcmac: Log SSN and FINAL_ACK when preparing PKT DL ACK/NACK msgPau Espin Pedrol2-5/+8
2023-07-20rlcmac: Fix LOGPTBFDL macro log categoryPau Espin Pedrol1-1/+1
2023-07-20rlcmac: Fix null ptr dereferencePau Espin Pedrol1-1/+1
2023-07-20rlcmac: tbf_ul: Free TBF if submitting RACH.req failsPau Espin Pedrol3-2/+14
2023-07-20sndcp: Handle LL-ASSIGN.indPau Espin Pedrol1-0/+20
2023-07-20llc: Introduce LL-ASSIGN.indPau Espin Pedrol5-4/+43
2023-07-20sndcp: Answer SNSM-DEACTIVATE.ind with .respPau Espin Pedrol4-0/+22
2023-07-20sm: Handle GMMSM-MODIFY.ind primitivePau Espin Pedrol3-1/+145
2023-07-19gmm: Introduce GMMSM-Modify.ind primitivePau Espin Pedrol7-8/+126
2023-07-19gmm: Document spec ref regarding Receive N-PDU Numbers IE in RAU ComplPau Espin Pedrol1-0/+5
2023-07-18gmm: Fix typos in testPau Espin Pedrol1-3/+3
2023-07-18gmm: Store received PDP Ctx Status and List of Receive N-PDU NumbersPau Espin Pedrol3-1/+18
2023-07-18gmm: Make OSMO_GPRS_GMM_TLLI_UNASSIGNED def publicly availablePau Espin Pedrol3-6/+6
2023-07-18rlcmac: Introduce L1CTL-CCCH_READY.ind primitivePau Espin Pedrol5-34/+49
2023-07-17cosmetic: gmm: Fix typo in commentPau Espin Pedrol1-1/+1
2023-07-14cosmetic: gmm: fix spec reference formatPau Espin Pedrol1-1/+1
2023-07-11doc: add PDCH timing diagram illustrating UL/DL delayVadim Yanitskiy1-0/+15
2023-07-05gmm: Accept event LOW_LVL_FAIL in RAU/SR_INITIATED statesPau Espin Pedrol1-0/+8
2023-07-05rlcmac: tbf_dl: Implement T3192Pau Espin Pedrol5-6/+58
2023-07-05rlcmac: tbf_dl: Implement T3190Pau Espin Pedrol4-4/+37
2023-07-05rlcmac: defer going to pkt_idle_timer after freeing TBFPau Espin Pedrol5-10/+54
2023-07-04rlcmac: tbf_ul: Move to packet-idle state when T3164 triggersPau Espin Pedrol8-42/+174
2023-07-04rlcmac: Rework tbf destructor to signal free() to its gre objectPau Espin Pedrol5-8/+40
2023-07-04rlcmac: add OSMO_GPRS_RLCMAC_L1CTL_PDCH_{ESTABLISH,RELEASE}.reqVadim Yanitskiy5-0/+113
2023-07-04rlcmac: tbf_dl: Fix typo in event namePau Espin Pedrol3-5/+5
2023-07-04rlcmac: tbf_fsl_fsm: Expect ev LAST_DL_DATA_RECVD in state FINISHEDPau Espin Pedrol1-1/+5
2023-06-21rlcmac: BS_CV_MAX=0 should be interpreted as =1 when calculating N3104_MAXPau Espin Pedrol4-39/+86
2023-06-06rlcmac: Submit UL block to lower layers before freeing TBFPau Espin Pedrol3-7/+18