I accidentally deleted kona-packet-forwarder

I’m trying to connect a Kona Enterprise GW (EU) to CS and I was jumping through different instructions trying to get it to work and one thing said to do this:
opkg remove kona-pkt-forwarder
I think that may have been a mistake. Now I don’t have any forwarder:
root@kona-micro-outdoor:~# /etc/init.d/pkt_fwd restart
-bash: /etc/init.d/pkt_fwd: No such file or directory

I thought maybe I need the Semtech UDP packet forwarder but I have no idea how to install it or how to get the Kona packet forwarder back.

root@kona-micro-outdoor:~# opkg list-installed | grep pkt
iptables-module-xt-pkttype - 1.6.2-r0
kona-pkt-forwarder-config - 5.0.2-r130
kona-pkt-forwarder-dvt-utils - 5.0.2-r130
kona-pkt-forwarder-utils - 5.0.2-r130

Any help would be greatly appreciated.

I got it to work finally and the credit goes to a coworker who figured it out in the end.
The things that didn’t work for me was:
A) Re-installing the packet forwarder following these instructions: https://support.tektelic.com/portal/en/kb/articles/kona-gw-other-ns#Introduction
B) Doing a factory reset following these instructions:
https://support.tektelic.com/portal/en/community/topic/clean-os-factory-reset-of-software-possible

In the end, it was this file tx_lut.json was missing from /etc/default

Below is a copy of the contents if anybody needs it (for EU868):

{
“//txgain_lut”: “It is assumed that this list sorted by rf_power in ascending order”,
“txgain_lut”:[
{“dig_gain”: 0, “pa_gain”: 0, “dac_gain”: 3, “mix_gain”: 10, “rf_power”: -1},
{“dig_gain”: 0, “pa_gain”: 0, “dac_gain”: 3, “mix_gain”: 13, “rf_power”: 3},
{“dig_gain”: 0, “pa_gain”: 0, “dac_gain”: 3, “mix_gain”: 15, “rf_power”: 5},
{“dig_gain”: 0, “pa_gain”: 1, “dac_gain”: 3, “mix_gain”: 7, “rf_power”: 6},
{“dig_gain”: 0, “pa_gain”: 1, “dac_gain”: 3, “mix_gain”: 8, “rf_power”: 7},
{“dig_gain”: 0, “pa_gain”: 1, “dac_gain”: 3, “mix_gain”: 9, “rf_power”: 8},
{“dig_gain”: 0, “pa_gain”: 1, “dac_gain”: 3, “mix_gain”: 10, “rf_power”: 10},
{“dig_gain”: 0, “pa_gain”: 1, “dac_gain”: 3, “mix_gain”: 11, “rf_power”: 11},
{“dig_gain”: 0, “pa_gain”: 1, “dac_gain”: 3, “mix_gain”: 13, “rf_power”: 14},
{“dig_gain”: 0, “pa_gain”: 1, “dac_gain”: 3, “mix_gain”: 14, “rf_power”: 16},
{“dig_gain”: 0, “pa_gain”: 2, “dac_gain”: 3, “mix_gain”: 10, “rf_power”: 18},
{“dig_gain”: 0, “pa_gain”: 2, “dac_gain”: 3, “mix_gain”: 11, “rf_power”: 20},
{“dig_gain”: 0, “pa_gain”: 2, “dac_gain”: 3, “mix_gain”: 12, “rf_power”: 22},
{“dig_gain”: 0, “pa_gain”: 2, “dac_gain”: 3, “mix_gain”: 15, “rf_power”: 25},
{“dig_gain”: 0, “pa_gain”: 3, “dac_gain”: 3, “mix_gain”: 9, “rf_power”: 26},
{“dig_gain”: 0, “pa_gain”: 3, “dac_gain”: 3, “mix_gain”: 11, “rf_power”: 27}
],

"lbt_listen_times":[
    {"max_talk_time_ms" : 5000, "listen_time_us" : 5000},
    {"max_talk_time_ms" :  400, "listen_time_us" :  128}
]

}