blob: 99d41cfefc81a261a2c4141e0f124e61a06e77c4 [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 }}
Ajay Lotan Thakur4ebd7e82022-01-14 09:11:42 -070010cp /gnbsim/bin/gnbsim /tmp/coredump/
badhri854c028b32021-11-03 18:24:05 -050011{{- end }}
12
Ajay Lotan Thakur4ebd7e82022-01-14 09:11:42 -070013cd /gnbsim
badhri854c028b32021-11-03 18:24:05 -050014cat ./config/gnb.conf
15cat /etc/hosts
16ip route add 192.168.252.0/24 via 192.168.251.1
17# Disabling checksum offloading to hardware
18ethtool -K enb tx off
19sleep infinity