1. 1e97951 tests: rlcmac: Fix C vs C++ linkage of extern symbol by Pau Espin Pedrol · 3 years, 4 months ago
  2. 809dc8b tests/rlcmac: add more test vectors for Packet Resource Request by Vadim Yanitskiy · 3 years, 5 months ago
  3. 8a35e64 Convert gprs_bssgp_pcu.cpp to C by Pau Espin Pedrol · 3 years, 5 months ago
  4. 74aa352 csn1: Log CSN_VARIABLE_ARRAY values as hex by Pau Espin Pedrol · 3 years, 7 months ago
  5. 259a694 csn1: Fix readIndex pointer change in CSN_VARIABLE_ARRAY by Pau Espin Pedrol · 3 years, 7 months ago
  6. 48587d5 gsm_rlcmac: use consistent naming for [Extended] Packet Timing Advance by Vadim Yanitskiy · 3 years, 10 months ago
  7. a2d972a RLC/MAC: implement decoding of EGPRS Packet Channel Request by Vadim Yanitskiy · 4 years, 3 months ago
  8. 93ad3fd csn1: fix: never use enumerated types in codec structures by Vadim Yanitskiy · 4 years, 1 month ago
  9. b2653fe Move gsm_rlcmac.cpp -> .c by Pau Espin Pedrol · 4 years, 3 months ago
  10. 007056e gsm_rlcmac: Use 'struct bitvec' instead of 'bitvec' by Pau Espin Pedrol · 4 years, 3 months ago
  11. e50ce6e rlcmac: Introduce MS Radio Access Capabilities 2 to fix related spare bits by Pau Espin Pedrol · 4 years, 3 months ago
  12. 20848c3 rlcmac: Log names of de/encoded rlcmac packet types by Pau Espin Pedrol · 4 years, 3 months ago
  13. 7faa5da rlcmac: Fix bug receiving RA cap by Pau Espin Pedrol · 4 years, 3 months ago
  14. efad80b csn1: Validate recursive array max size during decoding by Pau Espin Pedrol · 4 years, 3 months ago
  15. 866bece tests/RLCMACTest: Several fixes and improvements to RAcap tests by Pau Espin Pedrol · 4 years, 3 months ago
  16. 2f16924 tests/RLCMACTest: free allocated bitvectors by Pau Espin Pedrol · 4 years, 3 months ago
  17. 570f913 csn1.c: Almost all of the logging is DEBUG, not NOTICE by Harald Welte · 4 years, 3 months ago
  18. 29aeb90 csn1: fix: do not return 0 if no bits left in the buffer by Vadim Yanitskiy · 4 years, 4 months ago
  19. 773cb74 rlcmac: fix encode_gsm_*(): do not suppress encoding errors by Vadim Yanitskiy · 4 years, 4 months ago
  20. bbafcc1 tests/rlcmac: also enable logging for DRLCMACDATA category by Vadim Yanitskiy · 4 years, 4 months ago
  21. 1145fd2 gsm_rlcmac: improve dissection of MS RA Capability IE by Vincent Helfre · 4 years, 5 months ago
  22. 2679ec0 csn1: fix csnStreamDecoder(): skip bits unhandled by serialize() by Vadim Yanitskiy · 4 years, 4 months ago
  23. f22163b tests/rlcmac: add a new test vector for Packet Resource Request by Vadim Yanitskiy · 4 years, 4 months ago
  24. 0daf913 gsm_rlcmac: fix Packet_Resource_Request_t: s/Slot/I_LEVEL_TN/ by Pau Espin Pedrol · 4 years, 4 months ago
  25. b47e53b tests/rlcmac: also verify encoding of MS RA Capability by Vadim Yanitskiy · 4 years, 4 months ago
  26. 55f06c3 tests/rlcmac: fix malformed MS RA capability in testRAcap() by Vadim Yanitskiy · 4 years, 4 months ago
  27. e60d9c7 gsm_rlcmac: fix misleading LOGP statement in decode_gsm_ra_cap() by Vadim Yanitskiy · 4 years, 4 months ago
  28. 1553049 csn1: use proper format specifier for unsigned integers by Vadim Yanitskiy · 4 years, 4 months ago
  29. 39a6505 csn1: get rid of C++ specific code, compile with GCC by Vadim Yanitskiy · 4 years, 5 months ago
  30. 8a87f91 tests/rlcmac: additionally match debug output of the CSN.1 codec by Vadim Yanitskiy · 4 years, 4 months ago
  31. 9b2f7c4 tests/rlcmac: mark Packet Polling Request as malformed by Vadim Yanitskiy · 4 years, 5 months ago
  32. 5574a58 csn1: fix csnStreamDecoder(): catch unknown CSN_CHOICE values by Vadim Yanitskiy · 4 years, 5 months ago
  33. 5e300ce Check return code of rlcmac decode/encode functions by Pau Espin Pedrol · 4 years, 5 months ago
  34. cc76d41 gsm_rlcmac.h: Remove Uplink messages from the RlcMacDownlink_t structure by Pascal Quantin · 4 years, 5 months ago
  35. cdbc5db tests/rlcmac: Add test to showcase that decode_gsm_ra_cap() fails by Pau Espin Pedrol · 4 years, 5 months ago
  36. ea39fad tests/rlcmac: Don't check stderr output by Pau Espin Pedrol · 4 years, 5 months ago
  37. 87bfbe4 tests/rlcmac: Use osmo_hexdump to print buffers by Pau Espin Pedrol · 4 years, 5 months ago
  38. 5cb002f tests/rlcmac: Fix missing commas with unexpected results by Pau Espin Pedrol · 4 years, 5 months ago
  39. 99c437b tests/rlcmac: Memzero decoded struct by Pau Espin Pedrol · 4 years, 5 months ago
  40. 54681c3 tests/rlcmac: print test name at the start by Pau Espin Pedrol · 4 years, 5 months ago
  41. d3a0d91 Use msgb_eq_data_print() in tests by Max · 5 years ago
  42. 7426c5f Add define for dummy burst string by Max · 5 years ago
  43. 42f2d61 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  44. ccde5c9 remove pcu own bitvector implementation by Alexander Couzens · 7 years ago
  45. 0241526 Fix CSN1 decoding: CSN_LEFT_ALIGNED_VAR_BMP bounds by Neels Hofmeyr · 8 years ago
  46. 9f5f008 CSN1 decoding: add test to show bug in CSN_LEFT_ALIGNED_VAR_BMP by Aravind Sirsikar · 8 years ago
  47. 2b09c39 Fix issue in encoding CSN_RECURSIVE_ARRAY by Saurabh Sharan · 8 years ago
  48. bacb65b Add test vectors for EGPRS messages by Saurabh Sharan · 8 years ago
  49. 656eed5 Fix encoding of padding bits to start with 0 bit by Saurabh Sharan · 8 years ago
  50. dfe17d7 tests: Fix the expected result (re-add whitespace) by Holger Hans Peter Freyther · 11 years ago
  51. e13298d tests: Move the RLCMACTest into the test directory and setup autotest by Holger Hans Peter Freyther · 11 years ago