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 |
Vini Gajjar | e34804b | 2021-10-19 17:49:43 +0530 | [diff] [blame] | 18 | # Disabling checksum offloading to hardware |
| 19 | ethtool -K enb tx off |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 20 | sleep infinity |