blob: 42e47bc91e0a6c7f31a660960c9681a336320f99 [file] [log] [blame]
badhri854c028b32021-11-03 18:24:05 -05001#!/bin/sh
2
3# Copyright 2020-present Open Networking Foundation
4#
5# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
6
7set -xe
8
9{{- if .Values.config.coreDump.enabled }}
10cp /free5gc/amf/amf /tmp/coredump/
11{{- end }}
12
13#cat config files
14cd /free5gc
15cat ./config/gnb.conf
16cat /etc/hosts
17ip route add 192.168.252.0/24 via 192.168.251.1
18# Disabling checksum offloading to hardware
19ethtool -K enb tx off
20sleep infinity