1. 194b6f0 gprs_bssgp_pcu: make osmo_sockaddr local/sgsn arguments const by Vadim Yanitskiy · 3 years, 9 months ago
  2. 08c5037 pcu_main: add commandline option --vty-ref-xml by Philipp Maier · 3 years, 9 months ago
  3. 781f04a pcu_l1_if: print NSVC address in more common format by Vadim Yanitskiy · 3 years, 9 months ago
  4. 24c643e pcu_l1_if: use proper format string specifiers: %d -> %u by Vadim Yanitskiy · 3 years, 9 months ago
  5. 19622ae pcu_l1_if: cosmetic: make {local,remote}_sockaddr scoped variables by Vadim Yanitskiy · 3 years, 9 months ago
  6. c1a726c pcu_l1_if: correct logging level in pcu_rx_info_ind() by Vadim Yanitskiy · 3 years, 9 months ago
  7. 5d5b50a pcu_l1_if: cosmetic: use ARRAY_SIZE() in pcu_rx_info_ind() by Vadim Yanitskiy · 3 years, 9 months ago
  8. 9459ebd vty: add attributes to VTY commands indicating when they apply by Philipp Maier · 3 years, 9 months ago
  9. 290d903 Use the new NS2 lib by Alexander Couzens · 3 years, 10 months ago
  10. 0a369e5 bts.cpp: Increase constructor priority by Harald Welte · 3 years, 9 months ago
  11. 84abd2f Fix crash accessing NULL tbf->pdch[first_ts] by Pau Espin Pedrol · 3 years, 9 months ago
  12. 01aef5e cosmetic: Fix typo in comment by Pau Espin Pedrol · 3 years, 9 months ago
  13. 5d2d2ec cosmetic: Fix indentation of for loops by Pau Espin Pedrol · 3 years, 9 months ago
  14. a1ac2f0 vty: Add 'show bts pdch' command by Pau Espin Pedrol · 3 years, 9 months ago
  15. 5fc9577 cosmetic: fix indentation alignment by Pau Espin Pedrol · 3 years, 9 months ago
  16. bd9973a Free all MS TBFs when receiving GPRS Suspension Request by Pau Espin Pedrol · 3 years, 9 months ago
  17. e3ef51e gprs_ms_storage.h: Set pointer to NULL instead of 0 by Pau Espin Pedrol · 3 years, 9 months ago
  18. cd6c466 tbf: Don't log rlcmac_diag() output in separate lines by Pau Espin Pedrol · 3 years, 9 months ago
  19. 6ce1299 gitignore: Add __pychache__ dir by Pau Espin Pedrol · 3 years, 9 months ago
  20. 9b5c960 pcuif_proto: version 10: add support for IPv6 NSVCs by Alexander Couzens · 4 years ago
  21. 8e2bd1e pcuif_proto: version 10: add frequency hopping parameters by Vadim Yanitskiy · 4 years ago
  22. 40a9e60 Revert "pcuif_proto: version 0xa: add support for IPv6 NSVCs" by Alexander Couzens · 3 years, 10 months ago
  23. 38aaa10 pcuif_proto: version 0xa: add support for IPv6 NSVCs by Alexander Couzens · 4 years ago
  24. 2597cf1 encoding: fix gen_freq_params(): do not check pdch twice by Vadim Yanitskiy · 3 years, 10 months ago
  25. 542e388 encoding: implement handing of hopping parameters by Vadim Yanitskiy · 4 years ago
  26. db56a35 encoding: use CSN.1 codec to generate Packet Uplink Assignment by Vadim Yanitskiy · 3 years, 10 months ago
  27. 962d717 encoding: clarify docstring for write_packet_downlink_assignment() by Vadim Yanitskiy · 3 years, 10 months ago
  28. 1d68cdf Fix recent typo preventing MS from registering by Pau Espin Pedrol · 3 years, 10 months ago
  29. 1156776 encoding: pass pdch slot directly to encoding functions by Vadim Yanitskiy · 4 years ago
  30. a76cdac encoding: use bool for use_egprs in write_packet_uplink_assignment() by Vadim Yanitskiy · 3 years, 10 months ago
  31. 59d64fb encoding: fix RRBP field in write_packet_uplink_assignment() by Vadim Yanitskiy · 3 years, 10 months ago
  32. 7a1fdfd encoding: do not encode out of range Timing Advance values by Vadim Yanitskiy · 3 years, 11 months ago
  33. c0ddaa9 encoding: constify 'tbf' in UL/DL assignment functions by Vadim Yanitskiy · 3 years, 11 months ago
  34. e4bcd21 tbf: allocate the bitvec on stack in create_{dl,ul}_ass() by Vadim Yanitskiy · 3 years, 11 months ago
  35. c82c1f5 tbf: cosmetic: use GSM_MACBLOCK_LEN where possible by Vadim Yanitskiy · 3 years, 11 months ago
  36. 48587d5 gsm_rlcmac: use consistent naming for [Extended] Packet Timing Advance by Vadim Yanitskiy · 3 years, 10 months ago
  37. 1d52c1e pcu_l1_if: cosmetic: correct error message in pcu_rx_info_ind() by Vadim Yanitskiy · 3 years, 11 months ago
  38. 0f41b71 pcu_l1_if: cosmetic: move struct 'gprs_rlcmac_pdch' into the for loop by Vadim Yanitskiy · 4 years ago
  39. 11b0f00 pcu_l1_if: cosmetic: rename both 'trx'/'ts' to 'trx_nr'/'ts_nr' by Vadim Yanitskiy · 4 years ago
  40. ce0dae9 pcu_l1_if: constify the argument of pcu_rx_info_ind() by Vadim Yanitskiy · 4 years ago
  41. fad2128 pcu_l1_if: use proper format specifier for PCUIF version by Vadim Yanitskiy · 4 years ago
  42. b69928c pdch: rcv pkt meas rep: Allocate MS object early in path and use it by Pau Espin Pedrol · 3 years, 11 months ago
  43. 59fc0bd paging: pass struct osmo_mobile_identity, not encoded IE bytes by Neels Hofmeyr · 3 years, 11 months ago
  44. 0052051 use new osmo_mobile_identity api (avoid deprecation) by Neels Hofmeyr · 3 years, 11 months ago
  45. b75c27f Support setting rt-prio and cpu-affinity mask through VTY by Pau Espin Pedrol · 3 years, 11 months ago
  46. 183b01e doc: Update VTY reference xml file by Pau Espin Pedrol · 3 years, 11 months ago
  47. fad557e configure.ac: Fix trailing whitespace by Pau Espin Pedrol · 3 years, 11 months ago
  48. f2dad59 Introduce log macro helper LOGPMS by Pau Espin Pedrol · 3 years, 11 months ago
  49. 5f10fbb pdch: Drop unneeded notice log message in rcv pkt meas report by Pau Espin Pedrol · 3 years, 11 months ago
  50. a2c574e Fix typo in log message by Pau Espin Pedrol · 3 years, 11 months ago
  51. 74b750d debian/control: change maintainer to the Osmocom team / mailing list by Vadim Yanitskiy · 3 years, 11 months ago
  52. 811c90c direct-phy: fix handle_ph_ra_ind(): handle PH-RA.ind on PRACH SAPI by Vadim Yanitskiy · 4 years, 3 months ago
  53. 9d5a115 encoding: assert() presence of Downlink TBF by Vadim Yanitskiy · 4 years ago
  54. 8f628ab encoding: drop log_alert_exit(), use OSMO_ASSERT() instead by Vadim Yanitskiy · 4 years ago
  55. eb1e0fa bts: cosmetic: use DUMMY_VEC for padding where possible by Vadim Yanitskiy · 4 years ago
  56. 5935707 pdch.cpp: Store TLLI promptly on newly created TLLI in rcv_resource_request by Pau Espin Pedrol · 4 years ago
  57. 9e7361a pdch.cpp: Fix wrong annoying log line about non-scheduled ResourceReq received by Pau Espin Pedrol · 4 years ago
  58. bcb226d pdch.cpp: Avoid resetting (egprs_)ms_class to unknown if not found in MS RadioAccCap by Pau Espin Pedrol · 4 years ago
  59. 85faa76 pdch.cpp: Avoid dropping existing DL TBF during rcv_resource_request by Pau Espin Pedrol · 4 years ago
  60. f2c6c83 encoding.cpp: Fix missing spacing in function param by Pau Espin Pedrol · 4 years ago
  61. 732373d encoding: Encode TA as unsigned and check validty against GSM48_TA_INVALID by Pau Espin Pedrol · 4 years ago
  62. 26743ac tbf_dl: uint8_t is enough to store a TA value by Pau Espin Pedrol · 4 years ago
  63. f861d31 decoding.cpp: Improve logging in malformed UL data parsing by Pau Espin Pedrol · 4 years ago
  64. 72e3956 Set correct GSMTAP channel type for PDTCH messages returning error by Pau Espin Pedrol · 4 years ago
  65. 259532f pdch.cpp: Fix logging line format in rcv_block wrong length by Pau Espin Pedrol · 4 years ago
  66. d21e961 tbf: Drop unneeded method set_tlli_from_ul by Pau Espin Pedrol · 4 years ago
  67. cbf05f5 gprs_ms: Transfer known EGPRS MS class when mergling old MS by Pau Espin Pedrol · 4 years ago
  68. 43f0bce gprs_ms: Small clean ups in IMSI storage related code by Pau Espin Pedrol · 4 years ago
  69. 81b610e bts: fix send_gsmtap_rach(): properly pack 11 bit RA by Vadim Yanitskiy · 4 years, 1 month ago
  70. 07b6487 bts: add send_gsmtap_rach(), also send PTCCH/U over GSMTAP by Vadim Yanitskiy · 4 years, 1 month ago
  71. b90d34b BTS::parse_rach_ind(): properly handle EGPRS Packet Channel Request by Vadim Yanitskiy · 4 years, 1 month ago
  72. a0a0b7f bts: refactor handling and parsing of RACH.ind by Vadim Yanitskiy · 4 years, 1 month ago
  73. 088dcbc doc/manuals: fix typo in overview.adoc: s/Omsocom/Osmocom/g by Vadim Yanitskiy · 4 years, 1 month ago
  74. 4c593c8 encoding: fix write_ia_rest_egprs_uplink_sba(): add missing CHECK(rc) by Vadim Yanitskiy · 4 years, 1 month ago
  75. a2d972a RLC/MAC: implement decoding of EGPRS Packet Channel Request by Vadim Yanitskiy · 4 years, 3 months ago
  76. 3f2022e encoding: cosmetic: use RLC_MODE_ACKNOWLEDGED where possible by Vadim Yanitskiy · 4 years, 1 month ago
  77. 93ad3fd csn1: fix: never use enumerated types in codec structures by Vadim Yanitskiy · 4 years, 1 month ago
  78. 0614e93 csn1: fix csnStreamEncoder(): always check the choice index by Vadim Yanitskiy · 4 years, 1 month ago
  79. fac8332 csn1: fix csnStreamEncoder(): also check length of the choice list by Vadim Yanitskiy · 4 years, 1 month ago
  80. c991566 csn1: fix M_CHOICE: restirct maximum length of the choice list by Vadim Yanitskiy · 4 years, 1 month ago
  81. 6fd4733 l1if: fix: s/pcu_rx_rach_ind_pdtch/pcu_rx_rach_ind_ptcch/g by Vadim Yanitskiy · 4 years, 1 month ago
  82. 0d7bc87 Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in by Oliver Smith · 4 years, 1 month ago
  83. 0b0391f gsmtap: Set signal level and SNR fields by Pau Espin Pedrol · 4 years, 1 month ago
  84. 2ae8337 Get rid of class GprsCodingScheme by Pau Espin Pedrol · 4 years, 2 months ago
  85. c10cb81 contrib: integrate RPM spec by Oliver Smith · 4 years, 2 months ago
  86. d0156fd contrib: import RPM spec by Oliver Smith · 4 years, 2 months ago
  87. c33a024 tbf_ul: Fix UL ACK not sent to MS if intermediate UL block is lost by Pau Espin Pedrol · 4 years, 2 months ago
  88. 5bb87b8 rlc: Move prepare() function out of gprs_rlc_data struct by Pau Espin Pedrol · 4 years, 2 months ago
  89. c68e970 rlc: Drop unused function gprs_rlc_data::put_data by Pau Espin Pedrol · 4 years, 2 months ago
  90. 7b9e56a sysmo: femtobts.h: Avoid redefining global variables by Pau Espin Pedrol · 4 years, 2 months ago
  91. 09afd6f pcu: tbf_ul: Clean up maybe_schedule_uplink_acknack() by Pau Espin Pedrol · 4 years, 2 months ago
  92. 97e88fd bts: Drop specific functions to add values to stats by Pau Espin Pedrol · 4 years, 2 months ago
  93. a107f8f bts: Drop specific functions to add values to counters by Pau Espin Pedrol · 4 years, 2 months ago
  94. 2338e53 bts: Drop specific functions to increase counters by Pau Espin Pedrol · 4 years, 2 months ago
  95. 5dc6e46 Drop unneeded arg 'ta' in tbf_alloc_ul() by Pau Espin Pedrol · 4 years, 2 months ago
  96. ce60011 pdch: rcv_resource_request(): Clarify tbf_free only needed if MS used to exist beforehand by Pau Espin Pedrol · 4 years, 2 months ago
  97. de0e558 gprs_debug: Use only LOGL_NOTICE as default loglevel by Philipp Maier · 4 years, 3 months ago
  98. 322456e Expect ms object to exist before calling tbf_alloc_dl_tbf() by Pau Espin Pedrol · 4 years, 2 months ago
  99. 17402a5 Expect ms object to exist before calling tbf_alloc_ul_tbf() by Pau Espin Pedrol · 4 years, 2 months ago
  100. f094b46 fix egprs_mslot_class_from_ra(): multislot class may not be present by Vadim Yanitskiy · 4 years, 2 months ago