aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-20Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol1-0/+2
2020-08-18Introduce log macro helper LOGPMSPau Espin Pedrol3-9/+17
2020-08-18pdch: Drop unneeded notice log message in rcv pkt meas reportPau Espin Pedrol1-9/+2
2020-08-17Fix typo in log messagePau Espin Pedrol1-2/+2
2020-08-12direct-phy: fix handle_ph_ra_ind(): handle PH-RA.ind on PRACH SAPIVadim Yanitskiy3-0/+3
2020-07-18encoding: assert() presence of Downlink TBFVadim Yanitskiy1-4/+1
2020-07-18encoding: drop log_alert_exit(), use OSMO_ASSERT() insteadVadim Yanitskiy1-13/+2
2020-07-18bts: cosmetic: use DUMMY_VEC for padding where possibleVadim Yanitskiy1-2/+2
2020-07-09pdch.cpp: Store TLLI promptly on newly created TLLI in rcv_resource_requestPau Espin Pedrol1-0/+1
2020-07-09pdch.cpp: Fix wrong annoying log line about non-scheduled ResourceReq receivedPau Espin Pedrol1-20/+21
2020-07-09pdch.cpp: Avoid resetting (egprs_)ms_class to unknown if not found in MS Radi...Pau Espin Pedrol1-13/+6
2020-07-09pdch.cpp: Avoid dropping existing DL TBF during rcv_resource_requestPau Espin Pedrol1-8/+0
2020-07-09encoding.cpp: Fix missing spacing in function paramPau Espin Pedrol1-2/+2
2020-07-09encoding: Encode TA as unsigned and check validty against GSM48_TA_INVALIDPau Espin Pedrol1-3/+3
2020-07-07tbf_dl: uint8_t is enough to store a TA valuePau Espin Pedrol1-1/+1
2020-06-30decoding.cpp: Improve logging in malformed UL data parsingPau Espin Pedrol1-2/+2
2020-06-30Set correct GSMTAP channel type for PDTCH messages returning errorPau Espin Pedrol1-1/+5
2020-06-30pdch.cpp: Fix logging line format in rcv_block wrong lengthPau Espin Pedrol1-2/+2
2020-06-26tbf: Drop unneeded method set_tlli_from_ulPau Espin Pedrol4-50/+1
2020-06-26gprs_ms: Transfer known EGPRS MS class when mergling old MSPau Espin Pedrol1-0/+3
2020-06-26gprs_ms: Small clean ups in IMSI storage related codePau Espin Pedrol2-4/+5
2020-06-11bts: fix send_gsmtap_rach(): properly pack 11 bit RAVadim Yanitskiy1-2/+14
2020-06-11bts: add send_gsmtap_rach(), also send PTCCH/U over GSMTAPVadim Yanitskiy3-3/+18
2020-06-03BTS::parse_rach_ind(): properly handle EGPRS Packet Channel RequestVadim Yanitskiy1-3/+56
2020-06-03bts: refactor handling and parsing of RACH.indVadim Yanitskiy3-155/+163
2020-05-25encoding: fix write_ia_rest_egprs_uplink_sba(): add missing CHECK(rc)Vadim Yanitskiy1-0/+1
2020-05-23RLC/MAC: implement decoding of EGPRS Packet Channel RequestVadim Yanitskiy2-0/+139
2020-05-23encoding: cosmetic: use RLC_MODE_ACKNOWLEDGED where possibleVadim Yanitskiy1-2/+3
2020-05-23csn1: fix: never use enumerated types in codec structuresVadim Yanitskiy2-4/+6
2020-05-23csn1: fix csnStreamEncoder(): always check the choice indexVadim Yanitskiy1-4/+6
2020-05-23csn1: fix csnStreamEncoder(): also check length of the choice listVadim Yanitskiy1-1/+7
2020-05-23csn1: fix M_CHOICE: restirct maximum length of the choice listVadim Yanitskiy2-1/+4
2020-05-22l1if: fix: s/pcu_rx_rach_ind_pdtch/pcu_rx_rach_ind_ptcch/gVadim Yanitskiy5-5/+5
2020-05-20gsmtap: Set signal level and SNR fieldsPau Espin Pedrol4-8/+25
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol24-574/+459
2020-05-19tbf_ul: Fix UL ACK not sent to MS if intermediate UL block is lostPau Espin Pedrol2-15/+21
2020-05-18rlc: Move prepare() function out of gprs_rlc_data structPau Espin Pedrol3-8/+8
2020-05-18rlc: Drop unused function gprs_rlc_data::put_dataPau Espin Pedrol2-7/+0
2020-05-18sysmo: femtobts.h: Avoid redefining global variablesPau Espin Pedrol1-12/+12
2020-05-15pcu: tbf_ul: Clean up maybe_schedule_uplink_acknack()Pau Espin Pedrol1-28/+33
2020-05-14bts: Drop specific functions to add values to statsPau Espin Pedrol2-25/+11
2020-05-14bts: Drop specific functions to add values to countersPau Espin Pedrol5-22/+10
2020-05-14bts: Drop specific functions to increase countersPau Espin Pedrol11-346/+186
2020-05-14Drop unneeded arg 'ta' in tbf_alloc_ul()Pau Espin Pedrol3-9/+5
2020-05-14pdch: rcv_resource_request(): Clarify tbf_free only needed if MS used to exis...Pau Espin Pedrol1-24/+26
2020-05-13gprs_debug: Use only LOGL_NOTICE as default loglevelPhilipp Maier1-8/+8
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol3-21/+18
2020-05-12Expect ms object to exist before calling tbf_alloc_ul_tbf()Pau Espin Pedrol4-41/+31
2020-05-11fix egprs_mslot_class_from_ra(): multislot class may not be presentVadim Yanitskiy1-1/+2
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol5-12/+12