Remove epc.py and use from python files

All core networks have been migrated to a file-based configuration.
References to epc.py are not needed anymore. Remove all unused XML
steps.
This commit is contained in:
Robert Schmidt
2024-11-14 18:48:28 +01:00
parent e37ffc63f1
commit 1037f4ddd9
8 changed files with 16 additions and 477 deletions

View File

@@ -30,11 +30,6 @@ python3 main.py \
--UEUserName=NONE \
--UEPassword=NONE \
--UESourceCodePath=NONE \
--EPCIPAddress=localhost \
--EPCType=OAI \
--EPCUserName=NONE \
--EPCPassword=NONE \
--EPCSourceCodePath=NONE \
--XMLTestFile=tests/test-runner/test.xml
python3 main.py \