Skip to content
Snippets Groups Projects
Commit f7c98760 authored by turletti's avatar turletti
Browse files

update

parent b9b32d90
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ start:
gnbcuup: true #If false the network function container will run in sleep mode for manually testing
tcpdump: @START_TCPDUMP@
includeTcpDumpContainer: false #If true it will add a tcpdump container inside network function pod for debugging
includeTcpDumpContainer: @TCPDUMP_CONTAINER@ #If true it will add a tcpdump container inside network function pod for debugging
## For openshift you can use rhel8/support-tools:8.7-13
tcpdumpimage:
......
......@@ -83,8 +83,8 @@ config:
f1IfName: "@GNB_DU_F1IFNAME@" # "eth0" #if multus.f1Interface.create is true then use f1
cuHost: "@GNB_CU_HOST@" # "oai-cu" ## Ip-address or hostname
f1cuPort: "@GNB_F1_CU_PORT@"# "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
f1duPort: "@GNB_F1_DU_PORT@"# "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
f1cuPort: "@GNB_F1_CU_PORT@" # "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
f1duPort: "@GNB_F1_DU_PORT@" # "2153" #2153 if using same interface for f1 and n3 else standard port 2152 should be use if f1 and n3 interface are different
## Debugging section
podSecurityContext:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment