| Ajay Lotan Thakur | 9ad7dfe | 2022-07-25 17:26:03 -0600 | [diff] [blame^] | 1 | #!/bin/sh |
| 2 | |||||
| 3 | # SPDX-FileCopyrightText: 2022-present Intel Corporation | ||||
| 4 | # | ||||
| 5 | # SPDX-License-Identifier: Apache-2.0 | ||||
| 6 | |||||
| 7 | set -xe | ||||
| 8 | |||||
| 9 | {{- if .Values.config.coreDump.enabled }} | ||||
| 10 | cp /free5gc/bin/upf-adapter /tmp/coredump/ | ||||
| 11 | {{- end }} | ||||
| 12 | |||||
| 13 | cd /free5gc | ||||
| 14 | |||||
| 15 | cat config/config.yaml | ||||
| 16 | |||||
| 17 | GOTRACEBACK=crash ./bin/upf-adapter config/config.yaml | ||||