1. 2f28252 gbproxy: Include support for NS over Frame Relay by Harald Welte · 3 years, 8 months ago
  2. e15299a NS_Emulation: Fail if an unsupported NS provider is chosen by Harald Welte · 3 years, 8 months ago
  3. ace3ece gbproxy: Add test for RA Capability Update procedure by Daniel Willmann · 3 years, 8 months ago
  4. d6de984 FR/FRNET: Introduce simplistic simulation of UEs by Harald Welte · 3 years, 8 months ago
  5. 22ef5d9 gbproxy: Generalize pcu2sgsn / sgsn2pcu transmission by Harald Welte · 3 years, 8 months ago
  6. 6dc2ac4 gbproxy: Test for RA Capability procedure by Harald Welte · 3 years, 8 months ago
  7. 78d8db9 gbproxy: Add test for DL-UNITDATA by Harald Welte · 3 years, 8 months ago
  8. 9268601 gbproxy: Add test for Uplink-Unitdata by Harald Welte · 3 years, 8 months ago
  9. fbae83f gbproxy: Use BSSGP MGMT port to determine when all BVC are unblocked by Harald Welte · 3 years, 8 months ago
  10. 1e834f3 gbproxy: Register IMSI + TLLI with BSSGP_Emulation by Harald Welte · 3 years, 8 months ago
  11. b419d0e gbproxy: Less redundant component naming by Harald Welte · 3 years, 8 months ago
  12. 6d63f74 gbproxy: Set configuration in a more dynamic way by Harald Welte · 3 years, 8 months ago
  13. 2436fb5 BSSGP: parametrize tr_BSSGP_DL_UD by Harald Welte · 3 years, 8 months ago
  14. 199f386 BSSGP_Emulation: Introduce MGMT port to per-BVC component by Harald Welte · 3 years, 8 months ago
  15. 4d112c9 BSSGP_Emulation: Allow a "CreateCb" to handle unknown inbound TLLI by Harald Welte · 3 years, 8 months ago
  16. e582f20 pcu: Call f_shutdown if BSN doesn't match by Pau Espin Pedrol · 3 years, 8 months ago
  17. aa0d7cc pcu: Fix f_dl_block_ack_fn for Dl EGPRS data block by Pau Espin Pedrol · 3 years, 8 months ago
  18. afdd28d RLCMAC: Implement type+template for EGPRS Dl Pkt ACK/NACK by Pau Espin Pedrol · 3 years, 8 months ago
  19. 68a7a49 RLCMAC_EncDec: Implement decoding of Egprs Dl Data block HeaderType 2 and 1 by Pau Espin Pedrol · 3 years, 8 months ago
  20. cca530f RLCMAC_EncDEc: Fix decode of DlEgprsDataBlock without LI by Pau Espin Pedrol · 3 years, 8 months ago
  21. e4fa45b pcu: Introduce test TC_mcs_initial_dl by Pau Espin Pedrol · 3 years, 8 months ago
  22. db15fa7 pcu: Introduce test TC_mcs_max_ul by Pau Espin Pedrol · 3 years, 8 months ago
  23. 2354d6a pcu: Introduce test TC_mcs_initial_ul by Pau Espin Pedrol · 3 years, 8 months ago
  24. cb00c52 pcu: Specify (M)CS to use when sending UL rlcmac data blocks by Pau Espin Pedrol · 3 years, 8 months ago
  25. 7a4fe85 gbproxy: Fix config file typo by Harald Welte · 3 years, 8 months ago
  26. be33f6b library/L1CTL_Types: add missing template restrictions by Vadim Yanitskiy · 3 years, 8 months ago
  27. d4e95e8 BTS_Tests_SMSCB: use proper templates for RSL channel number by Vadim Yanitskiy · 3 years, 8 months ago
  28. 2b991b6 BTS_Tests: turn 'l1ctl_ma_def' into 'c_arfcn_list' by Vadim Yanitskiy · 3 years, 8 months ago
  29. ab5769c BTS_Tests: introduce and use as_l1_sacch_l1h() by Vadim Yanitskiy · 3 years, 8 months ago
  30. 09294d9 bts: update some expectations in expected-results.xml by Vadim Yanitskiy · 3 years, 8 months ago
  31. 088df57 FR/FRNET: Reduce console log verbosity by Harald Welte · 3 years, 8 months ago
  32. 8f66af1 move f_gprs_tlli_{type,random} to Osmocom_Gb_Types by Harald Welte · 3 years, 8 months ago
  33. 69b3a48 move f_gen_{imsi,imei,msisdn} from L3_Templates to Osmocom_Types by Harald Welte · 3 years, 8 months ago
  34. de6f3ee FR/FRNET: Dynamically create number of BVC at runtime by Harald Welte · 3 years, 8 months ago
  35. c450552 NS_Emulation: Introduce Load Sharing Function by Harald Welte · 3 years, 8 months ago
  36. dc0a090 NS+BSSGP: Only send BVC-RESET when _first_ NSVC of NSVCG becomes unblocked by Harald Welte · 3 years, 8 months ago
  37. 445fc61 BSSGP_Emulation: Match on proper NSEI from NS layer by Harald Welte · 3 years, 8 months ago
  38. 90f1974 NS_Emulation: Support multiple NS-VC within one NSE (NS-VCG) by Harald Welte · 3 years, 8 months ago
  39. f8fe2d2 RLCMAC_CSN1: Fix missing padding zero bits in UlAckNackEgprs by Pau Espin Pedrol · 3 years, 8 months ago
  40. 80c1baa RLCMAC: Fix stall_ind param not used by Pau Espin Pedrol · 3 years, 8 months ago
  41. d077075 FRNET: Add 'control' section by Harald Welte · 3 years, 8 months ago
  42. a05b2bc RLCMAC_EncDec: Fix Encoding of TLLI in UlEgprsDataBlock by Pau Espin Pedrol · 3 years, 8 months ago
  43. 081b168 RLCMAC_EncDec: Implement encoding for RlcmacUlEgprsDataHeader HeaderType 1 and 2 by Pau Espin Pedrol · 3 years, 8 months ago
  44. 563bcd6 RLCMAC_EncDec: Fix encoding of TI and E bits in UlEgprsDataBlock by Pau Espin Pedrol · 3 years, 8 months ago
  45. 5d07ae6 pcu: Introduce test TC_cs_max_dl and TC_dl_cs1_to_cs4 by Pau Espin Pedrol · 3 years, 8 months ago
  46. 6b29571 library/L3_Common: use f_rnd_octstring() from Osmocom_Types by Vadim Yanitskiy · 3 years, 8 months ago
  47. 76d1d1a bts: TC_sacch_chan_act_ho_*: test that SACCH appears after HO RACH by Neels Hofmeyr · 3 years, 8 months ago
  48. dd59741 bts: fix TC_sacch_chan_act_ho_*: missing send SACCH FILL by Neels Hofmeyr · 3 years, 8 months ago
  49. d34681b bts: fix TC_sacch_chan_act_ho_*: missing Handover Reference IE by Neels Hofmeyr · 3 years, 8 months ago
  50. 5f14421 bsc: add TC_ho_int_radio_link_failure by Neels Hofmeyr · 3 years, 8 months ago
  51. 9a2d61b pcu: f_acknackdesc_ack_block: Fix BSN wrap-around by Pau Espin Pedrol · 3 years, 8 months ago
  52. 7512259 pcu: Introduce test TC_cs_initial_dl by Pau Espin Pedrol · 3 years, 8 months ago
  53. 4fbeefd pcu: Relax some CS/MCS expectancy checks by Pau Espin Pedrol · 3 years, 8 months ago
  54. e5e64c1 pcu: Implement check for expected (M)CS in received data block by Pau Espin Pedrol · 3 years, 8 months ago
  55. 5abfded RLCMAC_EncDec: Provide decoded (m)cs in (E)GPRS data blocks by Pau Espin Pedrol · 3 years, 8 months ago
  56. 745a48b pcu: prepare tests for new GPRS/EGPRS multiplex support by Pau Espin Pedrol · 3 years, 9 months ago
  57. a9f27fa pcu: Introduce test TC_ul_multislot_tbf_ms_class_from_2phase by Pau Espin Pedrol · 3 years, 9 months ago
  58. 8155bf4 pcu: Introduce test TC_dl_multislot_tbf_ms_class_from_2phase by Pau Espin Pedrol · 3 years, 9 months ago
  59. 0ea8b6f pcu: Introduce test TC_dl_multislot_tbf_ms_class_from_sgsn by Pau Espin Pedrol · 3 years, 9 months ago
  60. 2aead38 pcu: Add infra to handle multitrx and multits envs by Pau Espin Pedrol · 3 years, 9 months ago
  61. dbd4b24 PCU_Tests: verify CS paging of multiple subscribers by Vadim Yanitskiy · 3 years, 9 months ago
  62. 8a02b92 PCU_Tests: add 'f_multi_ms_' API for multi-MS test cases by Vadim Yanitskiy · 3 years, 9 months ago
  63. b6aae99 GPRS_Components: remove even more unused module imports by Vadim Yanitskiy · 3 years, 9 months ago
  64. 316b0c6 GPRS_Components: remove unused import of MobileL3_GMM_SM_Types by Vadim Yanitskiy · 3 years, 9 months ago
  65. 7d72a76 GPRS_Components: remove unused NS / BSSGP module imports by Vadim Yanitskiy · 3 years, 9 months ago
  66. 0544e5d GPRS_Components: neither TELNET nor VTY API is used in this module by Vadim Yanitskiy · 3 years, 9 months ago
  67. 28a03ef BTS_Tests/DTX: eliminate redundant f_TC functions by Vadim Yanitskiy · 3 years, 9 months ago
  68. babf1ce BTS_Tests/DTX: remove redundant RSL channel number check by Vadim Yanitskiy · 3 years, 9 months ago
  69. 76dc4d0 BTS_Tests/DTX: provide more details in failed verdict message by Vadim Yanitskiy · 3 years, 9 months ago
  70. 080a17d BTS_Tests/DTX: SACCH has nothing to do with fill frames by Vadim Yanitskiy · 3 years, 9 months ago
  71. 3e5f074 GPRS_Components: generalize both f_pkt_paging_match_{imsi,tmsi}() by Vadim Yanitskiy · 3 years, 9 months ago
  72. 7942580 GPRS_Components: ensure cyclic RA in f_init_gprs_ms() by Vadim Yanitskiy · 3 years, 9 months ago
  73. 1cea9fd GPRS_Components: add RA definition for single block packet access by Vadim Yanitskiy · 3 years, 9 months ago
  74. e12b2ac GPRS_Components: ensure unique IMSI/TLLI in f_init_gprs_ms() by Vadim Yanitskiy · 3 years, 9 months ago
  75. cff3e1b GPRS_Components: rename 'GprsMSArray' to 'GprsMSList' by Vadim Yanitskiy · 3 years, 9 months ago
  76. fa6b882 GPRS_Components: allow arbitrary number of GprsMS instances by Vadim Yanitskiy · 3 years, 9 months ago
  77. d5321fb library/PCUIF_Types: add f_PCUIF_ver_INFO_PDCHMask_set() by Vadim Yanitskiy · 3 years, 9 months ago
  78. 2a9acce library/PCUIF_Types: f_PCUIF_ver_INFO_PDCHMask_get() returns BIT8 by Vadim Yanitskiy · 3 years, 9 months ago
  79. 2f8ee5a library/PCUIF_Types: add '_get' prefix to f_PCUIF_ver_INFO_PDCHMask() by Vadim Yanitskiy · 3 years, 9 months ago
  80. e94164d library: fix Repeated Page Info IE in PacketPagingReq by Vadim Yanitskiy · 3 years, 9 months ago
  81. b20b7e5 pcu: Parse TS and TRX allocation from Assignment in Ul/DlTbf objects by Pau Espin Pedrol · 3 years, 9 months ago
  82. 7ebc112 pcu: Fix TC_egprs_pkt_chan_req_reject_exhaustion by Pau Espin Pedrol · 3 years, 9 months ago
  83. bf03705 bsc: add TC_no_msc() by Neels Hofmeyr · 3 years, 9 months ago
  84. 25e0f29 pcu: Verify TLLI for Dl Assignemnt in f_ms_rx_pkt_ass_pacch() by Pau Espin Pedrol · 3 years, 9 months ago
  85. b9b1baa pcu: Remove empty lines at end of file by Pau Espin Pedrol · 3 years, 9 months ago
  86. bfd69f6 pcu: Introduce test TC_multitrx_multims_alloc by Pau Espin Pedrol · 3 years, 9 months ago
  87. b88f21c pcu: Assign different ARFCN numbers to each PCU TRX by Pau Espin Pedrol · 3 years, 9 months ago
  88. 34ed228 BTS_Tests/DTX: get rid of f_g_chan_is_{tchf,tchh,sdcch4,sdcch8} by Vadim Yanitskiy · 3 years, 9 months ago
  89. 3bb3b60 BTS_Tests: fix both TC_si_sched[_13_2bis_2ter]_2quater by Vadim Yanitskiy · 3 years, 9 months ago
  90. 149c392 BTS_Tests: add FAACH to TC_meas_res_speech_tchX by Philipp Maier · 3 years, 9 months ago
  91. d6d69b5 bts-lapdm: Early termination on f_lapdm_transceive_mo() failure by Pau Espin Pedrol · 3 years, 9 months ago
  92. faf9706 bts-lapdm: Introduce test TC_normal_reestablishment_state_unacked by Pau Espin Pedrol · 3 years, 9 months ago
  93. 820b474 bts-lapdm: Introduce test TC_normal_reestablishment by Pau Espin Pedrol · 3 years, 9 months ago
  94. 5fa8561 BTS_Tests: introduce TC_speech_no_rtp_{tchf,tchh} by Vadim Yanitskiy · 3 years, 9 months ago
  95. 7b1e44f PCU: add IPv6 support for SNS by Alexander Couzens · 3 years, 11 months ago
  96. 02ce0b6 smlc: remove temp dev artifact that skips most tests by Neels Hofmeyr · 3 years, 9 months ago
  97. 5ebf798 bts: Run everything over 127.0.0.1 by Harald Welte · 3 years, 9 months ago
  98. 629fb2a bts/osmo-bts.cfg: Enable GSMTAP for FACCH on TCH/F and TCH/H by Harald Welte · 3 years, 9 months ago
  99. 96200af bts/osmo-bsc.cfg: Remove deprecated config directives by Harald Welte · 3 years, 9 months ago
  100. 780bc07 BTS_Tests: introduce TC_meas_res_speech_tchh_toa256() by Vadim Yanitskiy · 3 years, 9 months ago