1. 28d18e1 PCU: s/f_establish_tbf/f_pcuif_tx_rach_rx_imm_ass/g by Vadim Yanitskiy · 4 years, 2 months ago
  2. 4389390 PCU: revert changes to f_TC_egprs_pkt_chan_req(), fix tests by Vadim Yanitskiy · 4 years, 2 months ago
  3. 1617e31 pcu: Add missing f_shutdown() to exit as soon as possible without final=true by Pau Espin Pedrol · 4 years, 2 months ago
  4. 6791eb6 pcu: TC_mt_ping_pong: Request UL TBF on last DL ACK by Pau Espin Pedrol · 4 years, 2 months ago
  5. 9040111 pcu: Parse ChCodingCommand on CCHAN Ul Ass by Pau Espin Pedrol · 4 years, 2 months ago
  6. eb98025 pcu: Parse USF from Pkt Ul Ass by Pau Espin Pedrol · 4 years, 2 months ago
  7. 84d1dd5 fixup pcu/GPRS_Components: do not duplicate existing functions by Vadim Yanitskiy · 4 years, 2 months ago
  8. 7466c33 pcu/GPRS_Components: return GsmRrMessage from f_pcuif_rx_imm_ass() by Vadim Yanitskiy · 4 years, 2 months ago
  9. 4f7b8fd pcu: Refactor GPRS infrastructure to keep state and simplify tests by Pau Espin Pedrol · 4 years, 2 months ago
  10. 34c940b pcu/GPRS_Components: send DATA.cnf in f_pcuif_rx_imm_ass() by Pau Espin Pedrol · 4 years, 2 months ago
  11. fddc20b pcu/GPRS_Components: call f_shutdown() immediately on timeout by Pau Espin Pedrol · 4 years, 2 months ago
  12. 71c08f6 pcu/GPRS_Components: get rid of meaningless bts_nr argument by Pau Espin Pedrol · 4 years, 2 months ago
  13. c4324ff PCU: introduce TC_egprs_pkt_chan_req_reject_exhaustion by Vadim Yanitskiy · 4 years, 2 months ago
  14. 7e06c25 PCU: introduce TC_egprs_pkt_chan_req_reject_emergency by Vadim Yanitskiy · 4 years, 2 months ago
  15. 4f56d32 PCU: introduce TC_egprs_pkt_chan_req_reject_content by Vadim Yanitskiy · 4 years, 2 months ago
  16. a4d2100 update expected results by Neels Hofmeyr · 4 years, 2 months ago
  17. adbbe1e pcu: Expect UL ACK/NACK after all UL data is transmitted by Pau Espin Pedrol · 4 years, 2 months ago
  18. 692222c Add initial support for Packet Uplink Ack/nack EGPRS Struct by Pau Espin Pedrol · 4 years, 2 months ago
  19. aedc511 Move all GPRS helper function to its own file and component by Pau Espin Pedrol · 4 years, 2 months ago
  20. a416cb8 Introduce test TC_ul_intermediate_retrans by Pau Espin Pedrol · 4 years, 2 months ago
  21. 487d634 pcu: Introduce test TC_countdown_procedure by Pau Espin Pedrol · 4 years, 2 months ago
  22. 4cbb960 pcu: f_tx_rlcmac_ul_n_blocks(): Keep BSN state and return all payload sent by Pau Espin Pedrol · 4 years, 2 months ago
  23. 5feace6 pcu: Use BS_CV_MAX in f_tx_rlcmac_ul_n_blocks by Pau Espin Pedrol · 4 years, 2 months ago
  24. 0c0bf87 Introduce test TC_force_two_phase_access by Pau Espin Pedrol · 4 years, 2 months ago
  25. 42acafc pcu: Introduce TC_mo_ping_pong_with_ul_racap_egprs_only by Pau Espin Pedrol · 4 years, 2 months ago
  26. 45b664b pcu: Support decoding Egprs Pkt Ul Ass on PDCH by Pau Espin Pedrol · 4 years, 2 months ago
  27. 02c972d pcu: use correct RA type to properly test 2phase access by Pau Espin Pedrol · 4 years, 2 months ago
  28. 1832cd8 pcu: f_dl_block_ack_fn(): Allow passing ctrl dl_block by Pau Espin Pedrol · 4 years, 2 months ago
  29. 4aac3d0 pcu: Properly pass tlli in f_tx_rlcmac_ul_n_blocks() by Pau Espin Pedrol · 4 years, 2 months ago
  30. 71238c1 PCU: introduce a new test case TC_dl_flow_more_blocks by Vadim Yanitskiy · 4 years, 2 months ago
  31. b6733a6 PCU: refactor and simplify f_rx_rlcmac_dl_block_exp_data() by Vadim Yanitskiy · 4 years, 2 months ago
  32. d4f22aa library: enrich tr_RLCMAC_DATA_RRBP, rename to tr_RLCMAC_DATA_GPRS by Vadim Yanitskiy · 4 years, 2 months ago
  33. 2742bcd PCU: introduce f_rrbp_ack_fn(), fix poll frame number calculation by Vadim Yanitskiy · 4 years, 2 months ago
  34. b043b78 PCU: fix f_pkt_paging_match_tmsi(): drop copy-pasted line by Vadim Yanitskiy · 4 years, 2 months ago
  35. 5cbebf8 PCU: PCU_Tests.default: add 'USER' category to ConsoleMask by Vadim Yanitskiy · 4 years, 2 months ago
  36. 2e213ae PCU: refactor f_imm_ass_verify_{ul,dl}_tbf_ass(): call f_shutdown() by Vadim Yanitskiy · 4 years, 2 months ago
  37. 91f8a09 PCU: introduce f_shutdown() to ensure proper tear down by Vadim Yanitskiy · 4 years, 2 months ago
  38. 8685b38 PCU: fix TC_ta_rach_imm_ass(): properly match Timing Advance by Vadim Yanitskiy · 4 years, 2 months ago
  39. 5b649cc PCU: f_imm_ass_verify_{ul,dl}_tbf_ass(): use 'in' qualifier by Vadim Yanitskiy · 4 years, 2 months ago
  40. 85cb991 PCU: fix f_establish_tbf(): always expect Uplink TBF by Vadim Yanitskiy · 4 years, 2 months ago
  41. f74ae99 PCU: fix f_establish_tbf(): use proper CHANNEL REQUEST by default by Vadim Yanitskiy · 4 years, 2 months ago
  42. f561ae0 PCU: drop meaningless 'udpReuseAddress' option by Vadim Yanitskiy · 4 years, 2 months ago
  43. 2456dad RLCMAC_EncDec.cc: Fix egprs data block encode alignment by Pau Espin Pedrol · 4 years, 3 months ago
  44. e8d7d16 Split templates in RLCMAC_{CSN1_}Types into their own _Templates file by Pau Espin Pedrol · 4 years, 3 months ago
  45. 8dd59fb pcu: Rename PCU*RAW* content to PCU by Pau Espin Pedrol · 4 years, 3 months ago
  46. 0e6ed2e pcu: Get rid of PCU_Tests.ttcn tests by Pau Espin Pedrol · 4 years, 3 months ago
  47. bc93633 pcu: Support retrieving BSN and TFI in tests from data_egprs blocks by Pau Espin Pedrol · 4 years, 3 months ago
  48. f24a6d3 PCU: fix f_pcuif_tx_data_cnf(): do not include paging group by Vadim Yanitskiy · 4 years, 3 months ago
  49. c90c049 PCU: introduce and use helper f_pcuif_tx_data_cnf() by Vadim Yanitskiy · 4 years, 3 months ago
  50. fd0b9db PCU: refactor f_pcuif_rx_imm_ass(): also handle PCH SAPI by Vadim Yanitskiy · 4 years, 3 months ago
  51. e51e006 pcu: Allow setting 'egprs only' mode by test by Pau Espin Pedrol · 4 years, 3 months ago
  52. 8f24571 pcu: Introduce test TC_mo_ping_pong_with_ul_racap by Pau Espin Pedrol · 4 years, 3 months ago
  53. fd6cbdf PCU: Timing Advance: introduce TC_ta_idle_dl_tbf_ass by Vadim Yanitskiy · 4 years, 3 months ago
  54. a0b47cf PCU: add test cases for EGPRS Packet Channel Request by Vadim Yanitskiy · 4 years, 3 months ago
  55. 8ae978c PCU: derive f_pcuif_rx_imm_ass() from f_establish_tbf() by Vadim Yanitskiy · 4 years, 3 months ago
  56. fb3edf9 library/L3_Templates: remove tr_PAGING_REQ1_MI1_TMSI, use existing MI templates by Vadim Yanitskiy · 4 years, 4 months ago
  57. 9c51313 PCU: fix f_tc_paging_ps_from_sgsn(): also match received MI by Vadim Yanitskiy · 4 years, 4 months ago
  58. 98bb2d5 library/GSM_RR_Types: do not duplicate Mobile Identity records by Vadim Yanitskiy · 4 years, 4 months ago
  59. 7b22421 PCU: also test GSGN originated PS/CS Paging containing TMSI by Vadim Yanitskiy · 4 years, 4 months ago
  60. cca15a3 pcu: cosmetic: fix formatting of 'execute' statements by Vadim Yanitskiy · 4 years, 4 months ago
  61. dc9666f pcu: Verify CodingScheme of received data blocks by Pau Espin Pedrol · 4 years, 4 months ago
  62. 2422d1f pcu: Introduce TC_mt_ping_pong_with_dl_racap by Pau Espin Pedrol · 4 years, 6 months ago
  63. e7cabe6 pcu: Introduce TC_mt_ping_pong by Pau Espin Pedrol · 4 years, 6 months ago
  64. 925818a pcu: Check received IMSI suffix from PCUIF paging request by Pau Espin Pedrol · 4 years, 7 months ago
  65. 322c793 PCU: fix: actually match IMSI in Packet Paging Request by Vadim Yanitskiy · 4 years, 7 months ago
  66. 5e51873 library/RLCMAC_CSN1_Types.ttcn: fix ps / cs selection in PageInfo union by Vadim Yanitskiy · 4 years, 7 months ago
  67. 4536c82 pcu: Move NS tests to PCU_Tests_RAW_NS.ttcn by Pau Espin Pedrol · 4 years, 7 months ago
  68. f04ba54 pcu: Pass correct fn to ts_PCUIF_DATA_CNF by Pau Espin Pedrol · 4 years, 7 months ago
  69. 88bf537 pcu: Introduce tests for CS and PS paging from SGSN/Gb by Pau Espin Pedrol · 4 years, 7 months ago
  70. 8f9daab pcu: add TC_paging_cs_from_bts by Oliver Smith · 4 years, 9 months ago
  71. ff8da19 pcu: Introduce test TC_t3193 by Pau Espin Pedrol · 4 years, 7 months ago
  72. a7b7566 pcu: Introduce test TC_imm_ass_dl_block_retrans by Pau Espin Pedrol · 4 years, 7 months ago
  73. 8948633 pcu: Introduce helpers to update AckNackDescription by Pau Espin Pedrol · 4 years, 7 months ago
  74. 7503c87 pcu: send UL CONTROL ACK triggered by DL ACK/NACK by Pau Espin Pedrol · 4 years, 7 months ago
  75. 65bab9e pcu: Support sending message to PCU at specific FN by Pau Espin Pedrol · 4 years, 7 months ago
  76. 6072725 pcu: Fix incorrect FN being send over PCUIF to PCU by Pau Espin Pedrol · 4 years, 7 months ago
  77. 6e3b689 pcu: Verify contents of data dl blocks originated from emulated SGSN by Pau Espin Pedrol · 4 years, 7 months ago
  78. a3f0a85 pcu: TC_mo_ping_pong: Check DL block is sent and ACK it by Pau Espin Pedrol · 4 years, 8 months ago
  79. 2165963 pcu: Fix RLCMAC template naming by Pau Espin Pedrol · 4 years, 8 months ago
  80. d16bb27 pcu: Handle PCUIF (DE)ACT.req messages by Pau Espin Pedrol · 4 years, 8 months ago
  81. 3eef95c pcu: Introduce tests to check UL CS initial and max by Pau Espin Pedrol · 4 years, 8 months ago
  82. 2a45a50 pcu: Add VTY support and use it to set (M)CS lqual thresholds by Pau Espin Pedrol · 4 years, 8 months ago
  83. 1755fab pcu: Introduce test TC_mo_ping_pong by Pau Espin Pedrol · 4 years, 9 months ago
  84. 36558d9 library/PCUIF_Types.ttcn: extend RACH.ind with TRX / TS number fields by Vadim Yanitskiy · 4 years, 8 months ago
  85. 26cd244 PCU_Tests_RAW.ttcn: fix the expectations of TC_cs_lqual_ul_tbf by Vadim Yanitskiy · 4 years, 8 months ago
  86. 0361193 Update README.md of several TTCN3 test suites by Pau Espin Pedrol · 4 years, 8 months ago
  87. 20f8700 PCU_Tests_RAW.ttcn: fix ToA handling in as_ta_ptcch() by Vadim Yanitskiy · 4 years, 9 months ago
  88. b58b730 PCUIF_RAW_Components.ttcn: ClckGen_CT: fix PTCCH event handling by Vadim Yanitskiy · 4 years, 9 months ago
  89. cf47a92 pcu: TC_t3169: Check ul block reaches SGSN before timer expiration by Pau Espin Pedrol · 4 years, 9 months ago
  90. 596faa4 pcu: Introduce test TC_t3169 by Pau Espin Pedrol · 4 years, 9 months ago
  91. 6c1b4be pcu: Introduce func helper f_imm_ass_verify_ul_tbf_ass() by Pau Espin Pedrol · 4 years, 9 months ago
  92. f787b09 pcu: Allow tests to overwrite pcuif INFO_IND params by Pau Espin Pedrol · 4 years, 9 months ago
  93. c3a7732 pcu: Introduce some function helpers by Pau Espin Pedrol · 4 years, 10 months ago
  94. 02f77d8 PCU_Tests_RAW.ttcn: add a test case for continuous Timing Advance control by Vadim Yanitskiy · 4 years, 10 months ago
  95. 1f72b0a PCU_Tests_RAW.ttcn: introduce a test case for PTCCH/D coding by Vadim Yanitskiy · 4 years, 10 months ago
  96. 6276b6c PCU_Tests_RAW.ttcn: TC_cs_lqual_ul_tbf: properly check for Dynamic Assignment by Vadim Yanitskiy · 4 years, 10 months ago
  97. 740ae76 PCU_Tests_RAW.ttcn: refactor TC_pcuif_suspend: use the RAW PCU components by Vadim Yanitskiy · 4 years, 10 months ago
  98. 0eb2662 PCU_Tests_RAW.ttcn: add test case for UL link quality adaptation by Vadim Yanitskiy · 4 years, 10 months ago
  99. 3e1d318 PCU_Tests_RAW.ttcn: introduce TC_ta_rach_imm_ass to test initial TA by Vadim Yanitskiy · 4 years, 10 months ago
  100. f7d9c0f Introduce PCUIF, BTS and ClckGen components for RAW PCU test cases by Vadim Yanitskiy · 4 years, 10 months ago