1. 4e8f2c3 gprs_bssgp_pcu: follow ns2 library changes by Alexander Couzens · 3 years, 7 months ago
  2. 74aa352 csn1: Log CSN_VARIABLE_ARRAY values as hex by Pau Espin Pedrol · 3 years, 7 months ago
  3. 259a694 csn1: Fix readIndex pointer change in CSN_VARIABLE_ARRAY by Pau Espin Pedrol · 3 years, 7 months ago
  4. 9c4f9ff pdch: Log hexdump of decde failure for dl rlcmac block by Pau Espin Pedrol · 3 years, 7 months ago
  5. 7d3ee9e pdch: packet_paging_request: Put back non-fitting paging entry where where it was by Pau Espin Pedrol · 3 years, 7 months ago
  6. 2286288 Support multiplexing of GPRS and EGPRS TBFs in one PDCH by Pau Espin Pedrol · 3 years, 7 months ago
  7. daa6c1c sched: Use correct GMSTAP category for EGPRS DL data blocks by Pau Espin Pedrol · 3 years, 7 months ago
  8. 4c5a7d3 sched: Fix sending GSMTAP DL data blocks with unset USF by Pau Espin Pedrol · 3 years, 7 months ago
  9. 49efd9b encoding: Fix duplicate word in log str by Pau Espin Pedrol · 3 years, 8 months ago
  10. e309d80 Fix ctr reports: Remove ctr description from already removed counter by Pau Espin Pedrol · 3 years, 8 months ago
  11. 2bbdf2e Use osmo_fd_*_{disable,enable} by Harald Welte · 3 years, 8 months ago
  12. cb98894 TLLI 0x00000000 is a valid TLLI, use 0xffffffff instead by Vadim Yanitskiy · 3 years, 8 months ago
  13. 305763d tbf_ul: Log mismatching TLLI on log message by Pau Espin Pedrol · 3 years, 8 months ago
  14. 9897b26 gprs_ms: Avoid enabling EGPRS if no MCS are supported by Pau Espin Pedrol · 3 years, 8 months ago
  15. f1159c5 Fix mcs_is_valid(): UNKNOWN value is not a valid (M)CS by Pau Espin Pedrol · 3 years, 8 months ago
  16. b47b137 Fix configuration of initial_(m)cs by Pau Espin Pedrol · 3 years, 8 months ago
  17. 87eec1f Get rid of bts->egprs_enabled by Pau Espin Pedrol · 3 years, 8 months ago
  18. 133fe4a tbf_ul: Allow non-egprs phones if EGPRS is enabled by Pau Espin Pedrol · 3 years, 8 months ago
  19. 569f0d2 tbf_dl: Don't fake EGPRS MS class when no related info is available by Pau Espin Pedrol · 3 years, 8 months ago
  20. 4808d1c pdch: Process received CS1-4 data blocks regardless of egprs_enabled by Pau Espin Pedrol · 3 years, 8 months ago
  21. 270c9ea Enable egprs support through PCUIF from BTS/BSC by Pau Espin Pedrol · 3 years, 8 months ago
  22. 343ec9b Take into account BTS supported (M)CS values when retrieving the maximum by Pau Espin Pedrol · 3 years, 8 months ago
  23. 8072e35 Move EGPRS MS mode set to gprs_ms.cpp by Pau Espin Pedrol · 3 years, 8 months ago
  24. d87722d pcuif: Improve BTS-supported CS/MCS handling by Pau Espin Pedrol · 3 years, 8 months ago
  25. 46fd7a0 Move BTS initial values inside bts.cpp by Pau Espin Pedrol · 3 years, 8 months ago
  26. a284854 NS2: follow the change of ownership by Alexander Couzens · 3 years, 8 months ago
  27. 2c1fed2 BSSGP: constify argument 'tp' of gprs_bssgp_pcu_rx_paging_{cs,ps} by Vadim Yanitskiy · 3 years, 8 months ago
  28. e9bddab BSSGP: use tlvp_val8() in gprs_bssgp_pcu_rx_paging_cs() by Vadim Yanitskiy · 3 years, 8 months ago
  29. b645084 gprs_ms: Use proper function to get CS by Pau Espin Pedrol · 3 years, 8 months ago
  30. b1bbcae cosmetic: tests: pcu_emu: fix trailing whitespace by Pau Espin Pedrol · 3 years, 8 months ago
  31. 758ace8 tbf_dl: Update (egprs_)ms_class for already known MS by Pau Espin Pedrol · 3 years, 8 months ago
  32. 16705a4 cosmetic: Fix ws between if keyword and parenthesis by Pau Espin Pedrol · 3 years, 8 months ago
  33. 4d16635 bts: define egprs_enabled as bool by Pau Espin Pedrol · 3 years, 8 months ago
  34. 983bb7e alloc_algo_b: Select TRX with least assigned TFIs during TBF alloc by Pau Espin Pedrol · 3 years, 8 months ago
  35. 528820d tbf: Clean up gprs_rlcmac_dl_tbf::handle() by Pau Espin Pedrol · 3 years, 8 months ago
  36. 87c6dd3 pcu_l1_if: fix misaligned assignment of remote address by Alexander Couzens · 3 years, 8 months ago
  37. 38de84c tests: ms: Pass correct pointer in constructor instead of NULL by Pau Espin Pedrol · 3 years, 8 months ago
  38. 9f6d1a8 tbf: Drop unused function disable_egprs() by Pau Espin Pedrol · 3 years, 8 months ago
  39. b385969 Move dl_tbf allocation code to correct file by Pau Espin Pedrol · 3 years, 8 months ago
  40. 442198c Move ul_tbf allocation code to correct file by Pau Espin Pedrol · 3 years, 8 months ago
  41. e9f77d3 tbf: Set MS during constructor time by Pau Espin Pedrol · 3 years, 8 months ago
  42. 7bde60f tbf: Implement enable_egprs() once by Pau Espin Pedrol · 3 years, 8 months ago
  43. b3f2397 tbf: Make window() available to tbf base class by Pau Espin Pedrol · 3 years, 8 months ago
  44. 834cbab Move constructor gprs_rlcmac_dl_tbf::BandWidth to correct file by Pau Espin Pedrol · 3 years, 8 months ago
  45. 9767e44 Move gprs_rlcmac_ul_tbf::window to correct file by Pau Espin Pedrol · 3 years, 8 months ago
  46. 1136fdb main: add --vty-ref-mode, use vty_dump_xml_ref_mode() by Vadim Yanitskiy · 3 years, 8 months ago
  47. 35668a2 main: remove line breaks in print_help(), increase spacing by Vadim Yanitskiy · 3 years, 8 months ago
  48. a611b4f Fix several calls to LOGPAL by Pau Espin Pedrol · 3 years, 8 months ago
  49. 8353d97 Improve debug logging for alloc algos by Pau Espin Pedrol · 3 years, 8 months ago
  50. 8347359 Use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 8 months ago
  51. a6c5db9 fix tbf_select_slot_set(): use LOGP() instead of LOGPC() by Vadim Yanitskiy · 3 years, 9 months ago
  52. 1ab35d1 doc/manuals: (re-)generate XML VTY reference automatically by Vadim Yanitskiy · 3 years, 9 months ago
  53. 5bece2a Rework NS configuration over the info indication by Alexander Couzens · 3 years, 9 months ago
  54. 3839605 contrib/jenkins: Enable parallel make in make distcheck by Pau Espin Pedrol · 3 years, 9 months ago
  55. 974cc7b gprs_bssgp_pcu: fix: do not crash on receipt of subsequent INFO.ind by Vadim Yanitskiy · 3 years, 9 months ago
  56. d038361 struct gprs_rlcmac_bts: remove unused 'nsei' field by Vadim Yanitskiy · 3 years, 9 months ago
  57. 0d0ac1b gprs_bssgp_pcu: fix possible memleak in gprs_nsvc_create_and_connect() by Vadim Yanitskiy · 3 years, 9 months ago
  58. 194b6f0 gprs_bssgp_pcu: make osmo_sockaddr local/sgsn arguments const by Vadim Yanitskiy · 3 years, 9 months ago
  59. 08c5037 pcu_main: add commandline option --vty-ref-xml by Philipp Maier · 3 years, 9 months ago
  60. 781f04a pcu_l1_if: print NSVC address in more common format by Vadim Yanitskiy · 3 years, 9 months ago
  61. 24c643e pcu_l1_if: use proper format string specifiers: %d -> %u by Vadim Yanitskiy · 3 years, 9 months ago
  62. 19622ae pcu_l1_if: cosmetic: make {local,remote}_sockaddr scoped variables by Vadim Yanitskiy · 3 years, 9 months ago
  63. c1a726c pcu_l1_if: correct logging level in pcu_rx_info_ind() by Vadim Yanitskiy · 3 years, 9 months ago
  64. 5d5b50a pcu_l1_if: cosmetic: use ARRAY_SIZE() in pcu_rx_info_ind() by Vadim Yanitskiy · 3 years, 9 months ago
  65. 9459ebd vty: add attributes to VTY commands indicating when they apply by Philipp Maier · 3 years, 9 months ago
  66. 290d903 Use the new NS2 lib by Alexander Couzens · 3 years, 9 months ago
  67. 0a369e5 bts.cpp: Increase constructor priority by Harald Welte · 3 years, 9 months ago
  68. 84abd2f Fix crash accessing NULL tbf->pdch[first_ts] by Pau Espin Pedrol · 3 years, 9 months ago
  69. 01aef5e cosmetic: Fix typo in comment by Pau Espin Pedrol · 3 years, 9 months ago
  70. 5d2d2ec cosmetic: Fix indentation of for loops by Pau Espin Pedrol · 3 years, 9 months ago
  71. a1ac2f0 vty: Add 'show bts pdch' command by Pau Espin Pedrol · 3 years, 9 months ago
  72. 5fc9577 cosmetic: fix indentation alignment by Pau Espin Pedrol · 3 years, 9 months ago
  73. bd9973a Free all MS TBFs when receiving GPRS Suspension Request by Pau Espin Pedrol · 3 years, 9 months ago
  74. e3ef51e gprs_ms_storage.h: Set pointer to NULL instead of 0 by Pau Espin Pedrol · 3 years, 9 months ago
  75. cd6c466 tbf: Don't log rlcmac_diag() output in separate lines by Pau Espin Pedrol · 3 years, 9 months ago
  76. 6ce1299 gitignore: Add __pychache__ dir by Pau Espin Pedrol · 3 years, 9 months ago
  77. 9b5c960 pcuif_proto: version 10: add support for IPv6 NSVCs by Alexander Couzens · 4 years ago
  78. 8e2bd1e pcuif_proto: version 10: add frequency hopping parameters by Vadim Yanitskiy · 4 years ago
  79. 40a9e60 Revert "pcuif_proto: version 0xa: add support for IPv6 NSVCs" by Alexander Couzens · 3 years, 9 months ago
  80. 38aaa10 pcuif_proto: version 0xa: add support for IPv6 NSVCs by Alexander Couzens · 4 years ago
  81. 2597cf1 encoding: fix gen_freq_params(): do not check pdch twice by Vadim Yanitskiy · 3 years, 10 months ago
  82. 542e388 encoding: implement handing of hopping parameters by Vadim Yanitskiy · 4 years ago
  83. db56a35 encoding: use CSN.1 codec to generate Packet Uplink Assignment by Vadim Yanitskiy · 3 years, 10 months ago
  84. 962d717 encoding: clarify docstring for write_packet_downlink_assignment() by Vadim Yanitskiy · 3 years, 10 months ago
  85. 1d68cdf Fix recent typo preventing MS from registering by Pau Espin Pedrol · 3 years, 10 months ago
  86. 1156776 encoding: pass pdch slot directly to encoding functions by Vadim Yanitskiy · 4 years ago
  87. a76cdac encoding: use bool for use_egprs in write_packet_uplink_assignment() by Vadim Yanitskiy · 3 years, 10 months ago
  88. 59d64fb encoding: fix RRBP field in write_packet_uplink_assignment() by Vadim Yanitskiy · 3 years, 10 months ago
  89. 7a1fdfd encoding: do not encode out of range Timing Advance values by Vadim Yanitskiy · 3 years, 10 months ago
  90. c0ddaa9 encoding: constify 'tbf' in UL/DL assignment functions by Vadim Yanitskiy · 3 years, 10 months ago
  91. e4bcd21 tbf: allocate the bitvec on stack in create_{dl,ul}_ass() by Vadim Yanitskiy · 3 years, 10 months ago
  92. c82c1f5 tbf: cosmetic: use GSM_MACBLOCK_LEN where possible by Vadim Yanitskiy · 3 years, 10 months ago
  93. 48587d5 gsm_rlcmac: use consistent naming for [Extended] Packet Timing Advance by Vadim Yanitskiy · 3 years, 10 months ago
  94. 1d52c1e pcu_l1_if: cosmetic: correct error message in pcu_rx_info_ind() by Vadim Yanitskiy · 3 years, 10 months ago
  95. 0f41b71 pcu_l1_if: cosmetic: move struct 'gprs_rlcmac_pdch' into the for loop by Vadim Yanitskiy · 4 years ago
  96. 11b0f00 pcu_l1_if: cosmetic: rename both 'trx'/'ts' to 'trx_nr'/'ts_nr' by Vadim Yanitskiy · 4 years ago
  97. ce0dae9 pcu_l1_if: constify the argument of pcu_rx_info_ind() by Vadim Yanitskiy · 4 years ago
  98. fad2128 pcu_l1_if: use proper format specifier for PCUIF version by Vadim Yanitskiy · 4 years ago
  99. b69928c pdch: rcv pkt meas rep: Allocate MS object early in path and use it by Pau Espin Pedrol · 3 years, 10 months ago
  100. 59fc0bd paging: pass struct osmo_mobile_identity, not encoded IE bytes by Neels Hofmeyr · 3 years, 10 months ago