pespin submitted this change.
deps: Depend on osmocom fork of forge.etsi.org nas.git
This module provides types, templates and functions to operate NG NAS
(5G).
A fork is needed because:
* Upstream code doesn't compile against eclipse titan (A PR has been
submitted upstream and we should eventually be able to compile ttcn3
code just fine in that regard).
* Some system/external functions need to be implemented, such as
fx_GetSystemTime(). We currently do that in our fork.
Related: SYS#7073
Change-Id: I004fc26e5d691ee7e3be984e28f5516e2b55258c
---
M deps/Makefile
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/deps/Makefile b/deps/Makefile
index 0c5a033..b4a411a 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -69,7 +69,8 @@
OSMOGERRIT_REPOS= osmo-uecups
-OSMOGITEA_REPOS= titan.ProtocolModules.BSSMAP \
+OSMOGITEA_REPOS= nas \
+ titan.ProtocolModules.BSSMAP \
titan.ProtocolModules.MAP \
titan.TestPorts.AF_PACKET \
titan.TestPorts.USB
@@ -84,6 +85,7 @@
# Do not put references to branches here, except for local testing: this breaks the caching
# logic of docker containers, which only invalidate their cached ttcn3 dependencies if this
# file changed.
+nas_commit= 205e24167517500ba2d49322dfa1754ab8a0fc43
titan.Libraries.TCCUsefulFunctions_commit= R.35.B-6-gb3687da
titan.ProtocolEmulations.M3UA_commit= b58f92046e48a7b1ed531e243a2319ebca53bf4c
titan.ProtocolEmulations.SCCP_commit= 750a3e836831e58eae59d4757ef5d0c759f9ca5d
To view, visit change 40385. To unsubscribe, or for help writing mail filters, visit settings.