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 }} |
Ajay Lotan Thakur | 25c2762 | 2022-10-06 15:22:45 -0600 | [diff] [blame] | 10 | cp /free5gc/bin/upf-adapter /tmp/coredump/ |
Ajay Lotan Thakur | 9ad7dfe | 2022-07-25 17:26:03 -0600 | [diff] [blame] | 11 | {{- end }} |
| 12 | |
| 13 | cd /free5gc |
| 14 | |
| 15 | cat config/config.yaml |
| 16 | |
Ajay Lotan Thakur | 25c2762 | 2022-10-06 15:22:45 -0600 | [diff] [blame] | 17 | GOTRACEBACK=crash ./bin/upf-adapter config/config.yaml |