blob: 5a91521f8fc43285f72ca56fcc099eaa7f6b33bd [file] [log] [blame]
badhri854c028b32021-11-03 18:24:05 -05001#!/bin/sh
2
3# Copyright 2020-present Open Networking Foundation
4#
Ajay Lotan Thakurb050aa62022-02-11 13:14:48 -06005# SPDX-License-Identifier: Apache-2.0
badhri854c028b32021-11-03 18:24:05 -05006
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