aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-08bts: Return uint8_t in egprs_mslot_class_from_ra()Pau Espin Pedrol1-2/+2
2020-05-08bts: Fix Decoding EGPRS MultislotClass from 11-bit EGPRS PACKET CHANNEL REQUESTPau Espin Pedrol1-1/+1
2020-05-08bts: Rename mslot_class_from_raPau Espin Pedrol1-5/+13
2020-05-08tbf: Avoid crash: don't set TBF window size if setup failedPau Espin Pedrol1-3/+3
2020-04-29pdch: Avoid sending GSMTAP_CHANNEL_UNKOWN for rejected UL EGPRS data blockPau Espin Pedrol1-3/+3
2020-04-29pcu_l1_if: Don't use GSMTAP_CHANNEL_PACCH when sending unknown gsmtap blocksPau Espin Pedrol1-1/+1
2020-04-20TBF/UL: fix rcv_data_block_acknowledged(): print the actual TLLIVadim Yanitskiy1-1/+1
2020-04-20sba: fix possible memleak in SBAController::alloc()Vadim Yanitskiy1-3/+3
2020-04-02l1if: fix pcu_rx_rach_ind(): use proper format string specifiersVadim Yanitskiy1-1/+1
2020-03-30csn1: Remove code block from CSN_NEXT_EXIST_LHPau Espin Pedrol1-6/+0
2020-03-30csn1: Properly verify CSN_BITMAP lengthPau Espin Pedrol1-4/+16
2020-03-30csn1: verify enough bits present to decode whole CSN_UINT_ARRAYPau Espin Pedrol1-4/+4
2020-03-30csn1: Fix Several typos & whitespacePau Espin Pedrol1-4/+3
2020-03-30rlcmac: add dissection of 2G->3G/4G PS handoverPau Espin Pedrol2-1/+13
2020-03-30rlcmac: support decode FDD_CELL_INFORMATION of "UTRAN FDD DescriptionPau Espin Pedrol3-7/+247
2020-03-30Move gsm_rlcmac.cpp -> .cPau Espin Pedrol12-35/+59
2020-03-30gsm_rlcmac: Disable unused CSN1 descriptorsPau Espin Pedrol1-6/+130
2020-03-29fix: properly include pure C headers from C++ codeVadim Yanitskiy2-0/+5
2020-03-27tbf.cpp: Include c++ <new> header required for new operator's replacement typePau Espin Pedrol1-0/+2
2020-03-27pdch: cosmetic: use GSM_MI_TYPE_* constants from libosmocoreVadim Yanitskiy1-1/+1
2020-03-27pdch: fix packet_paging_request(): properly print paging MIVadim Yanitskiy1-5/+4
2020-03-27BSSGP: fix: properly encode P-TMSI in RR Paging RequestVadim Yanitskiy1-17/+36
2020-03-27BSSGP: cosmetic use OSMO_IMSI_BUF_SIZE from libosmocoreVadim Yanitskiy1-1/+1
2020-03-26Don't check ul_control_block before decoding into it.Keith1-1/+1
2020-03-26csn1.h: Fix trailing whitespacePau Espin Pedrol1-34/+34
2020-03-26gsm_rlcmac.cpp: Avoid declaring variable in for loopPau Espin Pedrol1-4/+6
2020-03-26cosmetic: Do not indent header includes inside extern C blockPau Espin Pedrol2-11/+11
2020-03-26gsm_rlcmac: Use 'struct bitvec' instead of 'bitvec'Pau Espin Pedrol2-19/+19
2020-03-26pcu_l1_if.cpp: Add missing header ctype.hPau Espin Pedrol1-0/+1
2020-03-25rlcmac: Rename field to MS RA Cap2 in Additional_MS_Rad_Access_Cap_tPau Espin Pedrol2-2/+2
2020-03-25cosmetic: rlcmac: Fix comment typo and whitespace introduced recentlyPau Espin Pedrol1-1/+2
2020-03-23rlcmac: Introduce MS Radio Access Capabilities 2 to fix related spare bitsPau Espin Pedrol3-12/+15
2020-03-23rlcmac: Log names of de/encoded rlcmac packet typesPau Espin Pedrol1-121/+84
2020-03-23rlcmac: Fix bug receiving RA capPau Espin Pedrol1-15/+6
2020-03-23csn1: Validate recursive array max size during decodingPau Espin Pedrol2-5/+19
2020-03-23rlcmac: Don't pass array element to CSN1 descriptorsPau Espin Pedrol1-12/+11