1. e36fb5b csn1: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 by Alexis La Goutte · 4 years, 5 months ago
  2. 900c2e2 csn1: Drop format_p union from CSN_DESCR by Pau Espin Pedrol · 4 years, 5 months ago
  3. 60bf845 csn1: Fix warning with -Wmissing-prototypes by Anders Broman · 4 years, 5 months ago
  4. c515551 csn1: Fix an infinite loop in CSN.1 dissector when having more than 255 padding bits by Pascal Quantin · 4 years, 5 months ago
  5. 5b71697 csn1: Fix pedantic compiler warnings in csn.1 dissectors by Pau Espin Pedrol · 4 years, 5 months ago
  6. 7cce825 csn1: Allow CHOICE elements to re-process the bits used for the choice by Pau Espin Pedrol · 4 years, 5 months ago
  7. 98e4c53 csn1: Extend CSN_SERIALIZE to allow 0 bit of length by Pau Espin Pedrol · 4 years, 5 months ago
  8. c0b4f4a csn1: shuffle decrements of remaining_bits_len by Jeff Morriss · 4 years, 5 months ago
  9. c0190c8 csn1: packet-csn1.c:179: warning: 'pui8' may be used uninitialized in this function by Anders Broman · 4 years, 5 months ago
  10. 72c102a csn1: Update M_NULL CSN_DESCR to match wireshark by Anders Broman · 4 years, 5 months ago
  11. ccde5c9 remove pcu own bitvector implementation by Alexander Couzens · 7 years ago
  12. 0241526 Fix CSN1 decoding: CSN_LEFT_ALIGNED_VAR_BMP bounds by Neels Hofmeyr · 8 years ago
  13. 2b09c39 Fix issue in encoding CSN_RECURSIVE_ARRAY by Saurabh Sharan · 8 years ago
  14. 656eed5 Fix encoding of padding bits to start with 0 bit by Saurabh Sharan · 8 years ago
  15. ae9c575 edge: Handle EGPRS PACKET DOWNLINK ACK NACK by Jacob Erlbeck · 8 years ago
  16. 5d77f14 csn1: Add spaces between string literal and identifier by Daniel Willmann · 10 years ago
  17. 6f0796a Set csnStream direction *after* csnStreamInit by Daniel Willmann · 10 years ago
  18. 1b51734 Fix warnings in gsm_rlcmac.cpp by Ivan Kluchnikov · 11 years ago
  19. cf0265a csn1: Fix various printf/format issues pointed out by gcc by Holger Hans Peter Freyther · 11 years ago
  20. 148fb9a csn1: Remove unused code from the file by Holger Hans Peter Freyther · 11 years ago
  21. 4440845 Fixed decoding and encoding of CSN_RECURSIVE_TARRAY, CSN_RECURSIVE_TARRAY_1, CSN_RECURSIVE_TARRAY_2. by Ivan Kluchnikov · 11 years ago
  22. 701d9f8 Ported fixes and improvements from Wireshark for RLC/MAC control block decoding. Part 1. by Ivan Kluchnikov · 12 years ago
  23. 9b06ff0 Removed all size_t variables. Fixed type of readIndex and writeIndex variables. by Ivan Kluchnikov · 12 years ago
  24. c5187a1 move everything to src/ subdirectory by Harald Welte · 12 years ago[Renamed from csn1.cpp]
  25. a9f1ff2 Modified PCU debugging/logging system. Now we use functions from osmocom logging system. by Ivan Kluchnikov · 12 years ago
  26. 835f91e We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. by Ivan Kluchnikov · 12 years ago
  27. 74b459f Fixed: We should use guint8 array instead of guint32 and guint64 variables for decoding and encoding CSN1 bitmap. by Ivan Kluchnikov · 12 years ago
  28. 487a141 Moved CSN1 and RLC/MAC code to new GPRS directory. by Ivan Kluchnikov · 13 years ago