aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-29HACK: send Packet Access Reject from rcv_resource_request()fixeria/reject_hackVadim Yanitskiy6-0/+81
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
2020-03-19csn1.c: Almost all of the logging is DEBUG, not NOTICEHarald Welte1-106/+106
2020-03-18Use downlink BSSGP RA Cap IEPau Espin Pedrol1-6/+1
2020-03-16Use clock_gettime(CLOCK_MONOTONIC) and timespec everywherePau Espin Pedrol10-83/+88
2020-03-11csn1: fix: do not return 0 if no bits left in the bufferVadim Yanitskiy1-4/+4
2020-03-11rlcmac: fix encode_gsm_*(): do not suppress encoding errorsVadim Yanitskiy1-9/+12
2020-03-07gsm_rlcmac: improve dissection of MS RA Capability IEVincent Helfre2-1/+69
2020-03-06csn1: fix csnStreamDecoder(): skip bits unhandled by serialize()Vadim Yanitskiy1-0/+7
2020-03-05Send UL-CTRL Packet to GSMTAP even if we fail to decode.Keith1-5/+6
2020-03-02gsm_rlcmac: fix Packet_Resource_Request_t: s/Slot/I_LEVEL_TN/Pau Espin Pedrol3-6/+6
2020-03-02tests/rlcmac: also verify encoding of MS RA CapabilityVadim Yanitskiy1-0/+24
2020-03-02llc_queue::{dequeue,enqueue}() refactorPau Espin Pedrol3-11/+13
2020-02-18gsm_rlcmac: fix misleading LOGP statement in decode_gsm_ra_cap()Vadim Yanitskiy1-1/+1
2020-02-17csn1: use proper format specifier for unsigned integersVadim Yanitskiy1-20/+20
2020-02-17csn1: bitvec_get_uint() may return a negative, use %dVadim Yanitskiy1-1/+1
2020-02-17csn1: fix csnStreamDecoder(): update bit_offset in CSN_EXIST{_LH}Vadim Yanitskiy1-0/+1
2020-02-17csn1: fix csnStreamDecoder(): always keep remaining_bits_len updatedVadim Yanitskiy1-2/+4
2020-02-17csn1: fix csnStreamDecoder(): do not subtract no_of_bits twiceVadim Yanitskiy1-1/+0
2020-02-17csn1: get rid of C++ specific code, compile with GCCVadim Yanitskiy5-212/+207
2020-02-17tests/rlcmac: additionally match debug output of the CSN.1 codecVadim Yanitskiy1-1/+1