Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Copyright 2020-present Open Networking Foundation | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 | ||||
6 | |||||
7 | set -xe | ||||
8 | |||||
9 | {{- if .Values.config.coreDump.enabled }} | ||||
10 | cp /free5gc/amf/amf /tmp/coredump/ | ||||
11 | {{- end }} | ||||
12 | |||||
13 | #cat config files | ||||
14 | cd /free5gc | ||||
15 | cat ./config/gnb.conf | ||||
16 | cat /etc/hosts | ||||
17 | ip route add 192.168.252.0/24 via 192.168.251.1 | ||||
18 | sleep infinity |