1. b58d974 msc: add tests for SMS and voice call while Paging by Neels Hofmeyr · 4 years, 7 months ago
  2. b216851 hlr: add tests for GSUP proxy routing by Neels Hofmeyr · 4 years, 8 months ago
  3. b3fc898 bsc: make ho_config_tests more robust against timing by Neels Hofmeyr · 4 years, 2 months ago
  4. 71238c1 PCU: introduce a new test case TC_dl_flow_more_blocks by Vadim Yanitskiy · 4 years, 2 months ago
  5. b6733a6 PCU: refactor and simplify f_rx_rlcmac_dl_block_exp_data() by Vadim Yanitskiy · 4 years, 2 months ago
  6. d4f22aa library: enrich tr_RLCMAC_DATA_RRBP, rename to tr_RLCMAC_DATA_GPRS by Vadim Yanitskiy · 4 years, 2 months ago
  7. 0a9b148 library: fix t_RLCMAC_DlMacH: RRBP is always present by Vadim Yanitskiy · 4 years, 2 months ago
  8. 2742bcd PCU: introduce f_rrbp_ack_fn(), fix poll frame number calculation by Vadim Yanitskiy · 4 years, 2 months ago
  9. b043b78 PCU: fix f_pkt_paging_match_tmsi(): drop copy-pasted line by Vadim Yanitskiy · 4 years, 2 months ago
  10. 5cbebf8 PCU: PCU_Tests.default: add 'USER' category to ConsoleMask by Vadim Yanitskiy · 4 years, 2 months ago
  11. 2e213ae PCU: refactor f_imm_ass_verify_{ul,dl}_tbf_ass(): call f_shutdown() by Vadim Yanitskiy · 4 years, 2 months ago
  12. 91f8a09 PCU: introduce f_shutdown() to ensure proper tear down by Vadim Yanitskiy · 4 years, 2 months ago
  13. 8685b38 PCU: fix TC_ta_rach_imm_ass(): properly match Timing Advance by Vadim Yanitskiy · 4 years, 2 months ago
  14. 5b649cc PCU: f_imm_ass_verify_{ul,dl}_tbf_ass(): use 'in' qualifier by Vadim Yanitskiy · 4 years, 2 months ago
  15. 85cb991 PCU: fix f_establish_tbf(): always expect Uplink TBF by Vadim Yanitskiy · 4 years, 2 months ago
  16. f74ae99 PCU: fix f_establish_tbf(): use proper CHANNEL REQUEST by default by Vadim Yanitskiy · 4 years, 2 months ago
  17. f561ae0 PCU: drop meaningless 'udpReuseAddress' option by Vadim Yanitskiy · 4 years, 2 months ago
  18. c06688e library: cosmetic: fix misleading comment in RSL_Types.ttcn by Vadim Yanitskiy · 4 years, 2 months ago
  19. a8e83a8 BTS: verify presence of GPRS Indicator in SI4 Rest Octets by Vadim Yanitskiy · 4 years, 2 months ago
  20. 3c18538 BTS: refactor f_get_si3(), so it can be used to get SI4 by Vadim Yanitskiy · 4 years, 2 months ago
  21. ab5363f BTS: fix missing GPRS Indicator in SI4 Rest Octets by Vadim Yanitskiy · 4 years, 2 months ago
  22. 12cf3d9 BTS: manually compose Rest Octets for SI Type 3 and 4 by Vadim Yanitskiy · 4 years, 2 months ago
  23. 0217b05 library: fix enc_SystemInformation(): properly pad messages by Vadim Yanitskiy · 4 years, 2 months ago
  24. b7bc2e6 library: relax length constraints applied to SI Rest Octets by Vadim Yanitskiy · 4 years, 2 months ago
  25. 135b45e library: add PADDING attributes to SI3/SI4 Rest Octets by Vadim Yanitskiy · 4 years, 2 months ago
  26. 4a07c12 BTS: fix f_get_si3(): do not return uninitialized SI value by Vadim Yanitskiy · 4 years, 2 months ago
  27. 5d2cf44 BTS: refactor f_si3_has_gprs_indicator(): use SI3RestOctets by Vadim Yanitskiy · 4 years, 2 months ago
  28. 2b98bda library: clarify length restrictions for SI4 Rest Octets by Vadim Yanitskiy · 4 years, 2 months ago
  29. edae16a library: System Information: use RestOctets where possible by Vadim Yanitskiy · 4 years, 2 months ago
  30. 3c74a11 library: get rid of Si1RestOctets and Si3RestOctets by Vadim Yanitskiy · 4 years, 2 months ago
  31. 72add6d library: implement mandatory part of SI4 Rest Octets by Vadim Yanitskiy · 4 years, 2 months ago
  32. 0df8c94 library: implement SI3 Rest Octets as per 3GPP TS 44.018 by Vadim Yanitskiy · 4 years, 2 months ago
  33. e05d716 library/GSM_RR_Types.ttcn: fix: work around TITAN bug 562488 by Vadim Yanitskiy · 4 years, 2 months ago
  34. 2456dad RLCMAC_EncDec.cc: Fix egprs data block encode alignment by Pau Espin Pedrol · 4 years, 2 months ago
  35. 27d6af5 RLCMAC_Templates: Add functions to convert HeaderType<->MCS<->CPS by Pau Espin Pedrol · 4 years, 2 months ago
  36. 0b8e22b RLCMAC_EncDEc.cc: Support decoding Egprs Ul Data HeaderType2 by Pau Espin Pedrol · 4 years, 2 months ago
  37. 82d22bc RLCMAC_EncDEc.cc: Use copied structure as other parts of the function by Pau Espin Pedrol · 4 years, 2 months ago
  38. d3da797 RLCMAC_EncDEc.cc: Fix encoding of tfi and rsb fields in Egprs Ul HdeaderType3 by Pau Espin Pedrol · 4 years, 2 months ago
  39. 331f525 RLCMAC_EncDEc.cc: Fix wrong descriptors passed to RAW encoder by Pau Espin Pedrol · 4 years, 2 months ago
  40. a2c5b6e RLCMAC_EncDEc.cc: dec_RlcmacUl(Egprs)DataBlock: fix tlli and pfi uninitialized instead of omit by Pau Espin Pedrol · 4 years, 2 months ago
  41. ecaeb89 cosmetic: RLCMAC_EncDEc.cc: fix typos in comments by Pau Espin Pedrol · 4 years, 2 months ago
  42. e8d7d16 Split templates in RLCMAC_{CSN1_}Types into their own _Templates file by Pau Espin Pedrol · 4 years, 2 months ago
  43. 8dd59fb pcu: Rename PCU*RAW* content to PCU by Pau Espin Pedrol · 4 years, 2 months ago
  44. 0e6ed2e pcu: Get rid of PCU_Tests.ttcn tests by Pau Espin Pedrol · 4 years, 2 months ago
  45. bc93633 pcu: Support retrieving BSN and TFI in tests from data_egprs blocks by Pau Espin Pedrol · 4 years, 2 months ago
  46. 372af7a library/RLCMAC: Add partial support for EGPRS data block encoding/decoding by Pau Espin Pedrol · 4 years, 2 months ago
  47. fe3ae51 cosmetic: RLCMAC_Types.ttcn: Make different PTCCH types section more visible by Pau Espin Pedrol · 4 years, 2 months ago
  48. b021ed4 library/GSM_RR_Types.ttcn: use 'CSN.1 L/H' attribute where needed by Vadim Yanitskiy · 4 years, 2 months ago
  49. 0a71fca library/GSM_RR_Types.ttcn: fix BYTEORDER of MCC/MNC in RAI by Vadim Yanitskiy · 4 years, 2 months ago
  50. f24a6d3 PCU: fix f_pcuif_tx_data_cnf(): do not include paging group by Vadim Yanitskiy · 4 years, 2 months ago
  51. c90c049 PCU: introduce and use helper f_pcuif_tx_data_cnf() by Vadim Yanitskiy · 4 years, 2 months ago
  52. fd0b9db PCU: refactor f_pcuif_rx_imm_ass(): also handle PCH SAPI by Vadim Yanitskiy · 4 years, 2 months ago
  53. e51e006 pcu: Allow setting 'egprs only' mode by test by Pau Espin Pedrol · 4 years, 2 months ago
  54. 8f24571 pcu: Introduce test TC_mo_ping_pong_with_ul_racap by Pau Espin Pedrol · 4 years, 2 months ago
  55. fd6cbdf PCU: Timing Advance: introduce TC_ta_idle_dl_tbf_ass by Vadim Yanitskiy · 4 years, 2 months ago
  56. a0b47cf PCU: add test cases for EGPRS Packet Channel Request by Vadim Yanitskiy · 4 years, 3 months ago
  57. 1175b5e library/GSM_RR_Types.ttcn: fix: apply BYTEORDER(last) globally by Vadim Yanitskiy · 4 years, 2 months ago
  58. f400151 pgw: Add support for PCRF emulation (CCR/CCA) by Harald Welte · 4 years, 2 months ago
  59. d01b5d0 DIAMETER_Emulation: Notify user of CapabilityExchange by Harald Welte · 4 years, 2 months ago
  60. 61f73d5 DIAMETER: parametrize CEA template by Harald Welte · 4 years, 2 months ago
  61. f9fb63e DIAMETER_Emulation: Add support for IMSI in Subscription-Id by Harald Welte · 4 years, 2 months ago
  62. 24de8ca DIAMETER_Types: Add IETF RFC4006 CreditControl + related by Harald Welte · 4 years, 2 months ago
  63. 1860bf8 library/Osmocom_Gb_Types.ttcn: Fix typo presece->presence in function name by Pau Espin Pedrol · 4 years, 2 months ago
  64. 71117b6 pgw: Use bash to reliably support += syntax in shell scripts by Harald Welte · 4 years, 2 months ago
  65. 55cb2ce L3_Templates.ttcn: Fix trailing whitespace by Pau Espin Pedrol · 4 years, 3 months ago
  66. fe595e4 pgw: Add TC_createSession_ping4_256 to test 256 parallel sessions by Harald Welte · 4 years, 3 months ago
  67. 8cfdc7c pgw: Don't wait for 10s timeout if starting a ping that takes 10s by Harald Welte · 4 years, 3 months ago
  68. 4526da9 pgw: Initial testsuite for a PGW (Packet Gateway in the EPC) by Harald Welte · 4 years, 4 months ago
  69. 88b3ccb Add GTPv2_Emulation component by Harald Welte · 4 years, 4 months ago
  70. e53a23d HACK: avoid compilation error with TITAN > 6.5.0 by Harald Welte · 4 years, 3 months ago
  71. 885de1c CBSP_Templates: fix copy+paste error by Harald Welte · 4 years, 3 months ago
  72. 3911d11 library/RLCMAC_CSN1_Types: add EGPRS Packet Channel Request definition by Vadim Yanitskiy · 4 years, 3 months ago
  73. e735a3f Makefile: Add missing 'ccid' and 'mme' test suites by Harald Welte · 4 years, 3 months ago
  74. af763aa Fix/complete the partial GTPv2_CodecPort we already had by Harald Welte · 4 years, 4 months ago
  75. 8ae978c PCU: derive f_pcuif_rx_imm_ass() from f_establish_tbf() by Vadim Yanitskiy · 4 years, 3 months ago
  76. 90ec22b mgw: use library version of RTP_CodecPort_CtrlFunct by Philipp Maier · 4 years, 3 months ago
  77. 0ee2297 Initial SIMTRACE testsuite by Harald Welte · 4 years, 4 months ago
  78. 49a61e6 bsc: Ensure osmo-bsc.fg + BSC_Tests_CBSP.ttcn defaults match by Harald Welte · 4 years, 3 months ago
  79. 36aa07c BTS: fix as_l1_count_paging(): do not count PCH filling messages by Vadim Yanitskiy · 4 years, 3 months ago
  80. fb3edf9 library/L3_Templates: remove tr_PAGING_REQ1_MI1_TMSI, use existing MI templates by Vadim Yanitskiy · 4 years, 3 months ago
  81. d665c23 BTS: fix as_l1_count_paging(): use ispresent() instead of isvalue() by Vadim Yanitskiy · 4 years, 3 months ago
  82. cc4623d library/RSL_Types: use MobileIdentityLV for MS Identity IE by Vadim Yanitskiy · 4 years, 3 months ago
  83. 9c51313 PCU: fix f_tc_paging_ps_from_sgsn(): also match received MI by Vadim Yanitskiy · 4 years, 3 months ago
  84. a9a198d BTS_Tests_SMSCB: use existing tr_PAG_REQ1 and t_MI_NoIdentity by Vadim Yanitskiy · 4 years, 3 months ago
  85. 7e00226 library/BSSGP_Types: use tr_MI_IMSI from library/L3_Templates by Vadim Yanitskiy · 4 years, 3 months ago
  86. c94c572 library/L3_Templates: add more templates for Mobile Identity IE by Vadim Yanitskiy · 4 years, 3 months ago
  87. 9781ecb library/GSM_RR_Types: Paging Request Type 1 may contain second MI by Vadim Yanitskiy · 4 years, 3 months ago
  88. 98bb2d5 library/GSM_RR_Types: do not duplicate Mobile Identity records by Vadim Yanitskiy · 4 years, 3 months ago
  89. 35d3a15 deps/Makefile: bump titan.ProtocolModules.MobileL3_v13.4.0_commit by Vadim Yanitskiy · 4 years, 3 months ago
  90. 7b22421 PCU: also test GSGN originated PS/CS Paging containing TMSI by Vadim Yanitskiy · 4 years, 3 months ago
  91. cca15a3 pcu: cosmetic: fix formatting of 'execute' statements by Vadim Yanitskiy · 4 years, 4 months ago
  92. dc9666f pcu: Verify CodingScheme of received data blocks by Pau Espin Pedrol · 4 years, 4 months ago
  93. 2422d1f pcu: Introduce TC_mt_ping_pong_with_dl_racap by Pau Espin Pedrol · 4 years, 6 months ago
  94. e7cabe6 pcu: Introduce TC_mt_ping_pong by Pau Espin Pedrol · 4 years, 6 months ago
  95. c04c69e ggsn: Terminate immediately on pipong altstep failure by Pau Espin Pedrol · 4 years, 4 months ago
  96. 123ec85 gitignore: Add *.d files by Pau Espin Pedrol · 4 years, 4 months ago
  97. 9d09c4d ttcn3_makefilegen: Generate gnu make files (we use Linux...) by Harald Welte · 4 years, 4 months ago
  98. 4895d7a BSSGP/IuUP: Fix license disclaimer copy+paste by Harald Welte · 4 years, 4 months ago
  99. b12a0ff remsim: Add RemsimServer_Tests.TC_slotmap_add_out_of_range() by Harald Welte · 4 years, 5 months ago
  100. 3993c81 remsim: Add TC_slotmap_del_nonexistant() by Harald Welte · 4 years, 5 months ago