Diameter Gy CCR: Expect RATType AVP in PS-Information instead of MSCC

open5gs-smfd was recently modified to send RAT-Type inside
PS-Information instead of MSCC, since having it in the former is
supported since older spec releases and having it in the later creates
problems in some real world OCS implementation like PortaOne OCS.

Related: SYS#6837
Related: open5gs.git d0b31177cca360865ebc6ab0b89eee7ee4fc8d1a,
Related: open5gs.git 3b5e851f5d1328536052031e66a7b9b03c3057f6
Change-Id: I7ce77d08847a0876291f76e901e5c89c339db27d
2 files changed
tree: c633f80dee03d13a0ccaa6075968278378df6a7a
  1. .github/
  2. asn-test/
  3. bin/
  4. bsc/
  5. bsc-nat/
  6. bts/
  7. cbc/
  8. ccid/
  9. COMMON/
  10. deps/
  11. dia2gsup/
  12. doc/
  13. epdg/
  14. fr/
  15. fr-net/
  16. gbproxy/
  17. ggsn_tests/
  18. hlr/
  19. hnbgw/
  20. hnodeb/
  21. hss/
  22. lapdm/
  23. library/
  24. mgw/
  25. mme/
  26. msc/
  27. ns/
  28. pcap-client/
  29. pcu/
  30. pgw/
  31. remsim/
  32. ROHC_CNL113426_LATEST/
  33. sccp/
  34. SCCP_Test/
  35. selftest/
  36. sgsn/
  37. simtrace/
  38. sip/
  39. smlc/
  40. stp/
  41. sysinfo/
  42. upf/
  43. .checkpatch.conf
  44. .gitignore
  45. .gitreview
  46. Common.cfg
  47. compare-results.py
  48. gen_links.sh.inc
  49. log_merge.sh
  50. Makefile
  51. mask_expected_results.sh
  52. README.md
  53. regen-makefile.sh
  54. rmlinks.sh
  55. start-testsuite.sh
  56. ttcn3-dumpcap-start.sh
  57. ttcn3-dumpcap-stop.sh
  58. ttcn3-tcpdump-start.sh
  59. ttcn3-tcpdump-stop.sh
  60. update_expected_results_from_jenkins.sh
README.md

Osmocom TTCN-3 Test Suites

This repository contains a collection of test suites developed within the Osmocom (Open Source Mobile Communications) project. The test suites are developed in the TTCN-3 programming language, compiled/executed by the Eclipse TITAN compiler and runtime.

Those test suites mostly are performing functional testing of cellular network elements, from 2G, 3G, 4G to 5G. The individual test-suites are in sub-directories, while some shared library code is in library.

Continuous Integration

The individual tests suites are executed against different versions of the respective IUT (Implementation Under Test) by the Osmocom jenkins.

See the list of all TTCN-3 jenkins jobs for more details

Further reading

Some more information about those test suites can be found at https://osmocom.org/projects/cellular-infrastructure/wiki/Titan_TTCN3_Testsuites.