1. ab8b01e ubsan: fix shift by Eric Wild · 5 years ago
  2. 7b7f204 bssgp: Fix dead code: PDUT_STATUS can never reach this part by Harald Welte · 5 years ago
  3. 8bb7904 fix spelling errors detected by lintian by Thorsten Alteholz · 6 years ago
  4. f3038e7 Use libosmocore for IMSI parsing by Max · 5 years ago
  5. f17dfc0 src/pcu_l1_if.cpp: fix: properly pass measurements from PCUIF by Vadim Yanitskiy · 5 years ago
  6. 210ccf4 Encoding: ACK/NACK: always encode with length field present by Alexander Couzens · 5 years ago
  7. 5c3a988 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 5 years ago
  8. e4e70d0 Encoding: use uint16_t when interacting with the window object by Alexander Couzens · 5 years ago
  9. fba931b bts.cpp: ensure left-shift operation does not exceed uint32_t by Alexander Couzens · 5 years ago
  10. 243a204 Encoding: write_packet_ack_nack_desc_egprs: don't use a reference for rest_bits by Alexander Couzens · 5 years ago
  11. 2d24eba decompress_crbb: add length argument for search_runlen by Alexander Couzens · 5 years ago
  12. 3a499f3 Encoding: drop struct gprs_rlcmac_bts* from all functions by Alexander Couzens · 5 years ago
  13. 0d482c5 rlc: replace int with uint16_t by Alexander Couzens · 5 years ago
  14. 1f0ca54 Cosmetic: Osmcoom -> Osmocom by Keith · 5 years ago
  15. 7fe3895 tests/BitcompTest: fix wording in log message by Alexander Couzens · 5 years ago
  16. 79c6c4d manuals: Update VTY documentation by Daniel Willmann · 5 years ago
  17. 76791d2 manuals: Add script to regenerate vty/counter documentation by Daniel Willmann · 5 years ago
  18. 6d73205 egprs_rlc_compression: fix white spaces by Alexander Couzens · 5 years ago
  19. b7439f2 encoding: use `/* */` for comments instead of `#if 0 #endif` by Alexander Couzens · 5 years ago
  20. 3f64077 encoding: correct encoding of CRBB in ACK/NACK when not byte aligned by Alexander Couzens · 5 years ago
  21. 5c3783b gprs_bssgp_pcu: explicit allocate & initialize bssgp_nsi instance by Alexander Couzens · 5 years ago
  22. a558ad4 debian: create -doc subpackage with pdf manuals by Oliver Smith · 5 years ago
  23. eb64d43 gprs_bssgp_pcu: make gprs_bssgp_ns_cb public by Alexander Couzens · 5 years ago
  24. 41d6b35 Add test for MS mode and (M)CS settings by Max · 5 years ago
  25. 0e6e45a Fix help message formatting of osmo-pcu. by Rafael Diniz · 5 years ago
  26. 34513fe cosmetic: use const pointer for bts_data by Max · 6 years ago
  27. 902e3e5 Update MCS selection for retransmission by Max · 5 years ago
  28. 12a0987 vty: add commands to show TBF of a certain kind by Max · 6 years ago
  29. 0e6ac79 TS alloc: expand tests log by Max · 6 years ago
  30. 8ab35b1 jenkins.sh: Add oc2g build support by Daniel Willmann · 5 years ago
  31. 32518cc oc2g: Change log type (Litecell15->Oc2g) by Daniel Willmann · 5 years ago
  32. f57dccb oc2g: Remove custom alarms by Daniel Willmann · 5 years ago
  33. ba66ea4 OC-2G: Always use positive TA information provided in PH-RA-IND by Minh-Quang Nguyen · 7 years ago
  34. 2ba6084 OC-2G: Fix TA adjustment by Minh-Quang Nguyen · 7 years ago
  35. 4a1796f OC-2G: Fix missing header by Minh-Quang Nguyen · 7 years ago
  36. c1e4490 Initial commit for OC-2G support. by Jean-Francois Dionne · 7 years ago
  37. 3fa235f Update IA Rest Octets encoding by Max · 5 years ago
  38. d4a3929 TBF-DL: cosmetic update for helper routines by Max · 5 years ago
  39. fb59a93 TBF: update MCS counters by Max · 5 years ago
  40. e742cc0 Use Timing Advance Index in UL assignments by Max · 5 years ago
  41. 3eb4736 Rewrite Packet Uplink IA Rest Octets for SBA by Max · 5 years ago
  42. 0367ddd Rewrite Packet Uplink IA Rest Octets for MBA by Max · 5 years ago
  43. 6e96dd4 Fix Channel Coding Command for MCS by Max · 5 years ago
  44. 898dddb MCS: add Channel Coding Command encoder by Max · 5 years ago
  45. 48b1e7a gprs_debug: Use named initializers and explicit array indicies by Harald Welte · 5 years ago
  46. 3447c4a Forward GPRS SUSPEND REQ from BTS to SGSN using BSSGP by Harald Welte · 7 years ago
  47. 1473b37 pcu_l1_if: Fix erroneous endian-swapping of the CellID by Harald Welte · 5 years ago
  48. 8a8e0fb MCS: add mcs_is_*() helpers by Max · 5 years ago
  49. fb3fd09 Include pdch.h in bts.h even if we're not compiling C++ by Daniel Willmann · 5 years ago
  50. a4de02d MCS: move Mode enum outside of class definition by Max · 5 years ago
  51. 02fbfc1 Fix TA index encoder by Max · 5 years ago
  52. a035354 TBF-DL: log MCS as string by Max · 5 years ago
  53. 136ebcc MCS: use value_string for conversion by Max · 5 years ago
  54. 51754b6 MCS: move HeaderType enum outside of class definition by Max · 5 years ago
  55. d5ffeb5 Explicitly clean up BTS singleton by Max · 5 years ago
  56. f4d3973 MS store: move test helper to unit test by Max · 5 years ago
  57. 0fb91b7 tests: use -no-install libtool flag to avoid ./lt-* scripts by Oliver Smith · 5 years ago
  58. a3ff316 Use unique NSEI/BVCI/NSVCI in TBF tests by Max · 5 years ago
  59. ed6e4ac Debian: bump copyright year by Max · 5 years ago
  60. 0620656 MCS: remove unused function by Max · 5 years ago
  61. e43ef21 Make get_retx_mcs() into regular function by Max · 5 years ago
  62. bea2edb MCS: move Coding Scheme enum outside of class definition by Max · 5 years ago
  63. 1beed38 encoding: Fixes TMSI vs MI bit selection in repeated page info by JF Dionne · 8 years ago
  64. fa3085b Log (M)CS UL update errors by Max · 5 years ago
  65. 86e35e4 Enable LGLOBAL logging for TBF tests by Max · 5 years ago
  66. 8119ecd Tighten lqual table limits check by Max · 5 years ago
  67. d3a0d91 Use msgb_eq_data_print() in tests by Max · 5 years ago
  68. 01f9bc7 EDGE tests: remove no-op check by Max · 5 years ago
  69. 9feaddc MCS: remove dead code by Max · 5 years ago
  70. 360e021 EDGE tests: reduce code duplication by Max · 5 years ago
  71. 807dde0 MCS: internalize 'family' parameter by Max · 5 years ago
  72. 57d3515 Optionally Use the NS Sub-Network-Service (SNS) on Gb by Harald Welte · 6 years ago
  73. 2a47c73 Rewrite EGPRS Packet Uplink IA Rest Octets for SBA by Max · 5 years ago
  74. b26854c Mark gprs_ns_reconnect() as static (not used outside of C file) by Harald Welte · 5 years ago
  75. bd5647e Rewrite EGPRS Packet Uplink IA Rest Octets for MBA by Max · 5 years ago
  76. 23c0e01 Rewrite Packet Downlink Assignment by Max · 5 years ago
  77. 0160a29 Restructure IA Rest Octets encoders by Max · 5 years ago
  78. fc8afc2 Clarify write_immediate_assignment() signature by Max · 5 years ago
  79. 81b58cc Add encoding tests for Immediate Assignment by Max · 5 years ago
  80. 7426c5f Add define for dummy burst string by Max · 5 years ago
  81. 0c55bf1 Move C include to proper place by Max · 5 years ago
  82. 1f2e69f Don't install pcuif_proto.h header by Max · 5 years ago
  83. f0af1b0 Added support for daemonize to osmo-pcu. by Rafael Diniz · 5 years ago
  84. 99278b1 Bump version: 0.5.1.38-5b52 → 0.6.0 by Harald Welte · 5 years ago 0.6.0
  85. 5b52189 contrib: fix makedistcheck with disabled systemd by Oliver Smith · 6 years ago
  86. 64bc940 contrib/jenkins.sh: build and publish manuals by Oliver Smith · 6 years ago
  87. 61469d1 Fix DISTCHECK_CONFIGURE_FLAGS override by Oliver Smith · 6 years ago
  88. 47aab58 build manuals moved here from osmo-gsm-manuals.git by Oliver Smith · 6 years ago
  89. dfb08d3 Merge history from osmo-gsm-manuals.git by Neels Hofmeyr · 6 years ago
  90. 96481c8 Change OpenBSC mentions to OsmoBSC where applicable by Daniel Willmann · 6 years ago
  91. 2eeddee vty-ref: Update URI of docbook 5.0 schema by Harald Welte · 6 years ago
  92. 57d91ea OsmoPCU: add rate counter documentation by Alexander Couzens · 7 years ago
  93. d2829b8 refactor Makefile build rules, don't use the FORCE by Neels Hofmeyr · 7 years ago
  94. f605f3d Allow easily disabling GFDL references by Pau Espin Pedrol · 7 years ago
  95. 452b533 configuration: fixing typos by Philipp · 7 years ago
  96. 5c8f1cc fix 'make clean': shell glob, ignore failure by Neels Hofmeyr · 8 years ago
  97. 6bc5c2a add 'make check' target by Neels Hofmeyr · 8 years ago
  98. 5828b60 make clean: also remove generated image files by Neels Hofmeyr · 8 years ago
  99. 58721eb fix various typos across all manuals by Jonathan Brielmaier · 8 years ago
  100. 6fb2963 gb/NS: Clarify the language regarding the UDP port numbers / socket by Harald Welte · 8 years ago