1. bcb4e82 asterisk: Introduce AMI_Adapter_CT by Pau Espin Pedrol · 10 weeks ago
  2. 9c83471 Misc_Helpers.ttcn: Add some more string handling API helpers by Pau Espin Pedrol · 8 weeks ago
  3. 4362dbd asterisk/AMI_Functions: improvements to implement PJSIPRegister by Pau Espin Pedrol · 10 weeks ago
  4. f0862ed Misc_Helpers: f_str_split(): Fix parse with len(delimiter) > 1 by Pau Espin Pedrol · 8 weeks ago
  5. a4b72ce hnbgw: skip f_statsd_expect for latest by Oliver Smith · 9 weeks ago
  6. 2cb1251 HTTP_Adapter: fix request sending in f_http_tx_request by Philipp Maier · 8 weeks ago
  7. 0dd3f26 SIP_Templates: tr_SIP_REGISTER(): Pass via field directly as a param by Pau Espin Pedrol · 2 months ago
  8. ac8a054 asterisk: Initial steps to emulate IMS core by Pau Espin Pedrol · 3 months ago
  9. 1a77134 SIP_Emulation: Rename component id by Pau Espin Pedrol · 2 months ago
  10. 0266017 Revert "hnbgw: osmo-hnbgw.cfg: Update file to make it similar to the one in docker-playground" by Harald Welte · 2 months ago
  11. 916b5fa SGP32Definitions: add ts template for authenticateClientRequestEsipa by Philipp Maier · 9 weeks ago
  12. 3583475 RSPDefinitions: add defaults values to ts_authenticateClientResponseEs9 by Philipp Maier · 9 weeks ago
  13. d7ccd01 RSPDefinitions: add separate template for CtxParams1 by Philipp Maier · 9 weeks ago
  14. b1e2fe4 RSPDefinitions: add defaults for initiateAuthenticationResponse/Request by Philipp Maier · 9 weeks ago
  15. 746f43e RSPDefinitions: add separate template for serverSigned1 by Philipp Maier · 9 weeks ago
  16. 0957b1b HTTP_Adaptor: allow keeping an HTTP client connection by Philipp Maier · 2 months ago
  17. 28e7ad3 HTTP_Adapter: add support for binary messages by Philipp Maier · 2 months ago
  18. bb169b2 IPAd_Tests: add testsuite for an IPAd by Philipp Maier · 4 months ago
  19. e73a6a3 SGP32Definitions_Templates: improve ts_initiateAuthenticationRequestEsipa by Philipp Maier · 2 months ago
  20. 7ed7bd6 bsc: make use of IpaUnitId codec by Vadim Yanitskiy · 3 months ago
  21. 73468c8 library/RSL_Emulation: make use of IpaUnitId codec by Vadim Yanitskiy · 3 months ago
  22. 89be8e2 library/IPA_Types: add codec for IPA UnitID by Vadim Yanitskiy · 4 years, 1 month ago
  23. 74f5350 epdg: Add README.md by Pau Espin Pedrol · 2 months ago
  24. 2ed9f5f SIP_Emulation: Remove duplicated map() by Pau Espin Pedrol · 3 months ago
  25. 11f8ac8 {cbc,remsim}: fix unbound 'use_ssl' field in HTTP_Adapter_Params by Vadim Yanitskiy · 2 months ago
  26. de7a485 asterisk: Use Titan TEXT encoder to implement AMI record enc/dec by Pau Espin Pedrol · 3 months ago
  27. 4a24fb0 SGP32Definitions_Templates: add new set of templates to support rollback by Philipp Maier · 3 months ago
  28. e4de06e SGP32Definitions_Templates: add template tr_provideEimPackageResult_ePRAndNotif by Philipp Maier · 3 months ago
  29. 88f2481 SGP32Definitions_Templates: rename tx_provideEimPackageResultResponse by Philipp Maier · 3 months ago
  30. ac10cee SGP32Definitions_Templates: use enable instead of configureAutoEnable PSMO by Philipp Maier · 3 months ago
  31. 978ab44 SGP32Definitions_Templates: add missing new line at the end of file by Philipp Maier · 3 months ago
  32. 832b1ef HTTP_Adapter: Allow API users to enable/disable SSL by Philipp Maier · 3 months ago
  33. 260f708 HTTP_Adapter: put HTTP config options into a record by Philipp Maier · 3 months ago
  34. ef20fa0 HTTP_Adapter: allow body to be "omit" by Philipp Maier · 3 months ago
  35. 6406e6d HTTP_Adapter: allow API users to specifiy custom header by Philipp Maier · 3 months ago
  36. d9887d3 SGP32Definitions_Templates: remove unrelated template parameter by Philipp Maier · 3 months ago
  37. aaf7ce4 fixup: sgsn: fix unused param in f_routing_area_update() by Vadim Yanitskiy · 2 months ago
  38. 74b12c7 sgsn: TC_sgsn_context_req_in: match MM Context & GSN Address IEs by Vadim Yanitskiy · 3 months ago
  39. acd0b39 sgsn: add testcases for SGSN Context Request procedure by Vadim Yanitskiy · 3 months ago
  40. 95fb629 library: GTPv1C: fix ts_MM_Context{GSM,UMTS} templates by Vadim Yanitskiy · 3 months ago
  41. 061c36d library: GTPv1C: make ts_GTPC_SGSNContextAck more compact by Vadim Yanitskiy · 3 months ago
  42. 95ad6a0 SIP_Templates: Make tag collisions harder by Pau Espin Pedrol · 3 months ago
  43. caf028d asterisk: Split SIPConnHdlr to its own file by Pau Espin Pedrol · 3 months ago
  44. 54b614a Asterisk: Initial AMI support by Pau Espin Pedrol · 3 months ago
  45. 4a19b47 HTTP_Adapter: add HOST field to header lines. by Philipp Maier · 3 months ago
  46. 3d81576 sgsn: derive altsteps from f_routing_area_update() by Vadim Yanitskiy · 3 months ago
  47. 1ee1edd sgsn: fix unused param in f_routing_area_update() by Vadim Yanitskiy · 3 months ago
  48. fdde168 library: GTPv1C add ts_MM_ContextGSM by Vadim Yanitskiy · 3 months ago
  49. 1e869a2 library: cosmetic: fix code formatting by Vadim Yanitskiy · 3 months ago
  50. 601b5cd Move f_str_split() Osmocom_VTY_Functions.ttcn -> Misc_Helpers.ttcn by Pau Espin Pedrol · 3 months ago
  51. 830061d Move f_strstr_count() Osmocom_VTY_Functions.ttcn -> Misc_Helpers.ttcn by Pau Espin Pedrol · 3 months ago
  52. a1d113a bsc: Early shutdown upon BSSMAP RESET-ACK timeout by Pau Espin Pedrol · 3 months ago
  53. fa2095b hnbgw: TC_hnb_register_duplicate: Fix 2nd HNB_REG_REQ containing different LAC by Pau Espin Pedrol · 3 months ago
  54. e9c6c7b hnbgw: osmo-hnbgw.cfg: Update file to make it similar to the one in docker-playground by Pau Espin Pedrol · 3 months ago
  55. b6be06a hnbgw: Add new recent tests to expected-results.xml by Pau Espin Pedrol · 3 months ago
  56. 47384ba ggsn: TC_gy_charging_volume_quota_threshold: Fix Gy Threshold/Quota expectancies by Pau Espin Pedrol · 3 months ago
  57. 831cb69 hnbgw: Provide proper params to set StatsD local ip/port by Pau Espin Pedrol · 3 months ago
  58. f4ba225 msc: expect TC_attached_imsi_lu_unknown_tmsi to pass by Vadim Yanitskiy · 3 months ago
  59. 06dec6b msc: expand TC_lu_tmsi_noauth_notmsi by Neels Hofmeyr · 3 months ago
  60. a8a2c5e msc: add TC_lu_tmsi_noauth_notmsi by Neels Hofmeyr · 3 months ago
  61. 392de2d msc: add mi arg to f_perform_lu() by Neels Hofmeyr · 3 months ago
  62. a250d7e msc: allow f_verify_vty_lac_ci() to pass for CompL3 by TMSI MI by Neels Hofmeyr · 3 months ago
  63. 53f2be6 msc: derive altsteps from f_expect_paging() and use them by Vadim Yanitskiy · 3 months ago
  64. eb81ca4 msc: rework f_expect_paging(): handle mismatch and timeout by Vadim Yanitskiy · 3 months ago
  65. 1af4b0f msc: f_expect_paging(): fix by_tmsi arg by Neels Hofmeyr · 3 months ago
  66. c77743d pcu: Update component diagram by Pau Espin Pedrol · 3 months ago
  67. d076e93 ran-emu: allow receiving Paging without a TMSI by Neels Hofmeyr · 3 months ago
  68. 904b5f1 hnbgw: Implement validation of [some] counters by Harald Welte · 3 months ago
  69. 7a9e796 hnbgw: Use iddentical LAC/RAC/SAC values by Harald Welte · 3 months ago
  70. f95ab2d hnbgw: Test normal and abnormal RAB release by Harald Welte · 3 months ago
  71. 1818834 hnbgw: Use "NAS/Normal" as default release cause by Harald Welte · 3 months ago
  72. 0d4a843 hnbgw: Make RAB release cause configurable by Harald Welte · 3 months ago
  73. 32167d8 asterisk: Introduce tests TC_internal_call_all_*registered by Pau Espin Pedrol · 3 months ago
  74. 7011bf4 asterisk: Introduce test TC_internal_call_momt by Pau Espin Pedrol · 3 months ago
  75. e94a648 {SIP,Asterisk}_Tests: Mark all components alive by Pau Espin Pedrol · 3 months ago
  76. 44a4763 pgw: Always expect local TEIC when receiving DeleteSessionResponse by Pau Espin Pedrol · 3 months ago
  77. 6331f5c SIP_Emulation: Match empty port as default port 5060 by Pau Espin Pedrol · 3 months ago
  78. 0169e60 SIP_Emulation: Fix SIPEM_register when several conns are active by Pau Espin Pedrol · 3 months ago
  79. 65dde83 library/SIP_Templates: Fix wrong method name in tr_SIP_REGISTER by Pau Espin Pedrol · 3 months ago
  80. 05eaa1a asterisk: Implement and test SIP Digest Authorization by Pau Espin Pedrol · 3 months ago
  81. 95058fd asterisk: Add missing 0-digit prefix in user by Pau Espin Pedrol · 3 months ago
  82. f60044d hnbgw: Add TC_ue_register_tmsi_lai for UE Registration without IMSI by Harald Welte · 3 months ago
  83. 3c88c35 msc: fix race condition in TC_mm_id_resp_no_identity by Vadim Yanitskiy · 3 months ago
  84. af3e216 hnbgw: Introduce tests about UE registration by Harald Welte · 3 months ago
  85. 37ee0ed Introduce Asterisk_Tests testsuite by Pau Espin Pedrol · 3 months ago
  86. fb34d86 SIP_Templates: Rework templates to make them more extensible by Pau Espin Pedrol · 3 months ago
  87. 6052a34 SIP: generate seq_nr within allowed range by Pau Espin Pedrol · 3 months ago
  88. 3f216c5 hnbgw: Qualify RAC/LAI/SAI to RANAP_IEs module by Harald Welte · 3 months ago
  89. d71d596 hnbgw: Rename f_hnbap_register to f_hnbap_hnb_register by Harald Welte · 3 months ago
  90. 649eba0 fix MGCP_Test.TC_one_crcx_loopback_rtp_implicit expectations by Neels Hofmeyr · 3 months ago
  91. 4a011fa msc: use as_expect_clear() in f_tc_mt_t310() by Vadim Yanitskiy · 3 months ago
  92. b3e42cf msc: fix f_tc_mt_crcx_ran_reject(): properly handle Iu-ReleaseCommand by Vadim Yanitskiy · 3 months ago
  93. 7093a5d msc: as_{iu_release,clear_cmd}_compl_disc: remove no-op timer arguments by Vadim Yanitskiy · 3 months ago
  94. d1a32e0 msc: fix missing 'repeat' in as_optional_cc_rel() by Vadim Yanitskiy · 3 months ago
  95. 42fae8a msc: cosmetic: fix formatting in altsteps by Vadim Yanitskiy · 3 months ago
  96. 5f1018f msc: fix f_tc_ho_inter_bsc0(): properly patch n_sd by Vadim Yanitskiy · 3 months ago
  97. 9e8db33 [cosmetic] mgw: fix spelling in comments by Harald Welte · 3 months ago
  98. 5dc20d7 ggsn: Avoid dynamic test case error by Harald Welte · 3 months ago
  99. 33f9eea msc: osmo-msc.cfg: move MGW params to 'mgw' node by Vadim Yanitskiy · 4 months ago
  100. 97f9547 Diameter Gy CCR: Expect RATType AVP in PS-Information instead of MSCC by Pau Espin Pedrol · 3 months ago