library: GTPv1C: fix ts_MM_Context{GSM,UMTS} templates

Set the values according to 3GPP TS 29.060 version 17.4.0 Release 17.

* Field 'spare' is defined as 'Spare 1111' in Table 40 (missing '1').
* Field 'spare1' is defined as 'Spare 111' in Table 41.
* Field 'security' must be set as per Table 47.

Change-Id: Ic8abb048f7c1fa795ee472820c5b88de0073dc66
Fixes: f95460b55 "GTP_Templates: Add templates for some GTPv1C IEs"
Fixes: fdde16846 "library: GTPv1C add ts_MM_ContextGSM"
1 file changed
tree: a9fabc4eb41cd662e3910db76448eb28369f2cbd
  1. .github/
  2. asn-test/
  3. asterisk/
  4. bin/
  5. bsc/
  6. bsc-nat/
  7. bts/
  8. cbc/
  9. ccid/
  10. COMMON/
  11. deps/
  12. dia2gsup/
  13. doc/
  14. epdg/
  15. fr/
  16. fr-net/
  17. gbproxy/
  18. ggsn_tests/
  19. hlr/
  20. hnbgw/
  21. hnodeb/
  22. hss/
  23. lapdm/
  24. library/
  25. mgw/
  26. mme/
  27. msc/
  28. ns/
  29. pcap-client/
  30. pcu/
  31. pgw/
  32. remsim/
  33. ROHC_CNL113426_LATEST/
  34. sccp/
  35. SCCP_Test/
  36. selftest/
  37. sgsn/
  38. simtrace/
  39. sip/
  40. smlc/
  41. stp/
  42. sysinfo/
  43. upf/
  44. .checkpatch.conf
  45. .gitignore
  46. .gitreview
  47. Common.cfg
  48. compare-results.py
  49. gen_links.sh.inc
  50. log_merge.sh
  51. Makefile
  52. mask_expected_results.sh
  53. README.md
  54. regen-makefile.sh
  55. rmlinks.sh
  56. start-testsuite.sh
  57. ttcn3-dumpcap-start.sh
  58. ttcn3-dumpcap-stop.sh
  59. ttcn3-tcpdump-start.sh
  60. ttcn3-tcpdump-stop.sh
  61. 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.