Dragino LG308 - lorawan fails with cellular enabled

Hi all

We are configuring a Dragino LG308 to uplink to TTN v3. When we do this via Wifi, everything is working fine, but once we switch to cellular, packets are being dropped.

We have cellular connection:
image

But we see this in the log output:

Our lorawan configuration:

What are we missing here?
Thanks
Gus

A gateway does not uplink to anything - it hears radio waves, if they match a LoRa packet and pass the basic CRC check, they are relayed to the back end - seems pedantic but LoRaWAN has too much going on for any confusion about how it works at a fundamental level.

If it works on WiFi but drops packets on cellular, science would propose that the issues lies with the cellular. And as the LG308 is a popular model, it would also suggest that it’s unlikely to be about the LG308 cellular hardware.

So I’d investigate the cellular antenna & service provider, but not in that order.

For future posts, please don’t go wild with the images. The first picture is about your WiFi which doesn’t impact cellular, the second not so sure what that’s telling us, if it’s that it’s offline, the picture is far too small, the third doesn’t show anything of note apart from that it’s working and for the forth the gateway ID is publicly available - and would be something we could use to run a diagnostic on. As the third screen shot is text, please post text as text using the </> formatting tool. The only info to redact as well as email addresses would be an AppKey, an API key or a WiFi password. Perhaps your location too, but that’s usually relevant for coverage mapping.

Hi Nick, thanks for your swift reply!
We checked with the service provider, and they assured us that everything is correctly enabled.

What we can see from the status:

process: lorawan process pkt_fwd Running
Status: offline
server: eu1.cloud.thethings.network

and from the log output we can see that no packets are forwarded.

Upstream: crc_fail 100%

I wouldn’t expect that certain packages are blocked by the service provider?

Thanks
Gus

But they won’t admit to their service not being ‘all that’.

Means it heard a radio packet and it failed the CRC check. It could be anything. And one radio packet can’t be used to make any deductions.

A co-ordinated test with the device sending every 5 minutes and you capturing the device & gateway logs and the gateway and device web console logs will give you something to go on.

You should also look at the cellular signal strength and experiment with the positioning of the gateway.

Another test would be to use your smart phone to act as an access point, preferably on the same provider and link the gateways WiFi to that.

Hi Nick,

This is our log file.
Log.pdf (166.5 KB)

Do you know what we can try?

Through WiFi it is working perfectly.

Kind regards,
Stijn

Hi Gus if I remember your history I think you are in Belgium, right?

If so I think the local cellular providers (Proximus, Base and Orange Begium), spread across the <Ghz 1.8Ghz and 2.1/2.6Ghz bands for their various 3G/4G services.

Are you able to check which band the DGNO is running on/which service? IIRC the best option is B20 down at the low 800Mhz range or the higher 1.8-2.6Ghz bands, If on B8 at approx 900Mhz there is increased risk of interference and hence CRC errors esp if using a wider band antenna for LoRa, one option if you cant change bands is add a narrow band filter to Ant path, the other option is buy seperate dedicated narrow bandpass 868Mhz Ant with increased roll-off at 900Mhz. It may be the supplied ant is a standard wide band pass to allow use of same in both 868 and 915 band plans under LoRaWAN…

How close are you to local Cell BSN? if long way your W may be TXing at higher power to compensate making problem worse.

Also can you do a ping test to see if there is any packet loss?

You may also find success with any specific provider if you can force use of 4G if on 3G or force 3G if on 4G as this invariably means a change of cellular channel plan for any given provider…

…just my 2 penneth.

I know Jac (@kersing ) is a regular user of the '308 historically and may have some input…

Log.pdf is corrupt (won’t open in Chrome or Preview) and we don’t embed info unless it really can’t be included in the forum.

Although the web console can be tricky to turn to text, so those can be screen shots - no redaction necessary, they never show AppKeys etc

These?

Which version of the firmware is on the gateway? Have you tried newer/older version?
I’ve got one running with 4G without issues for a couple of years.

Hint, make sure the LoRaWAN antenna and the cellular antenna are not in the same horizontal plane. Move one at least 50 cm above the other.

Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ packets received with no CRC will NOT be forwarded
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ found local configuration file /etc/lora/local_conf.json, parsing it
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ redefined parameters will overwrite global parameters
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ /etc/lora/local_conf.json does not contain a JSON object named SX130x_conf
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ /etc/lora/local_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ gateway MAC address is configured to A8404121C48C4150
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ server hostname or IP address is configured to "eu1.cloud.thethings.network"
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ upstream port is configured to "1700"
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ downstream port is configured to "1700"
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ downstream keep-alive interval is configured to 30 seconds
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ statistics display interval is configured to 30 seconds
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ upstream PUSH_DATA time-out is configured to 100 ms
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ packets received with a valid CRC will be forwarded
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ packets received with a CRC error will NOT be forwarded
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ packets received with no CRC will NOT be forwarded
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ Beaconing period is configured to 0 seconds
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ Beaconing signal will be emitted at 869525000 Hz
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ Beaconing datarate is set to SF9
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ Beaconing modulation bandwidth is set to 125000Hz
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ Beaconing TX power is set to 14dBm
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ Beaconing information descriptor is set to 0
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ sockfd=3
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ sockfd=4
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ FPort Filter: 0
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ DevAddrMask: 0x0
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ABP Decryption: no
Wed Apr 12 14:30:17 2023 daemon.info lora_pkt_fwd[2962]: INFO~ sx1276:0, sxtxpw:0, model:LG08, server_type:lorawan
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[1080]: exiting on receipt of SIGTERM
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: started, version 2.80test2 cachesize 150
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify dumpfile
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq-dhcp[3245]: DHCP, IP range 10.130.1.200 -- 10.130.1.239, lease time 2h
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain test
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain onion
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain localhost
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain local
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain invalid
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain bind
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain lan
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: reading /tmp/resolv.conf.auto
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain test
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain onion
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain localhost
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain local
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain invalid
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain bind
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using local addresses only for domain lan
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using nameserver 10.200.100.201#53
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using nameserver 10.200.100.202#53
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: using nameserver 8.8.8.8#53
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: read /etc/hosts - 4 addresses
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: read /tmp/hosts/dhcp.setup - 1 addresses
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq-dhcp[3245]: read /etc/ethers - 0 addresses
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: read /etc/hosts - 4 addresses
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq[3245]: read /tmp/hosts/dhcp.setup - 1 addresses
Wed Apr 12 14:30:23 2023 daemon.info dnsmasq-dhcp[3245]: read /etc/ethers - 0 addresses
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: INFO~ [main] concentrator started, packet can now be received
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]:
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ################## Report at: 2023-04-12 14:30:26 UTC ##################
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [UPSTREAM] ###
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets received by concentrator: 0
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # CRC_OK: 0.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets forwarded: 0 (0 bytes)
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA datagrams sent: 0 (0 bytes)
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA acknowledged: 0.00%
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [DOWNSTREAM] ###
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_DATA sent: 0 (0.00% acknowledged)
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets sent to concentrator: 0 (0 bytes)
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # TX errors: 0
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON queued: 0
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON sent so far: 0
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON rejected: 0
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [PPS] ###
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # SX1301 time (PPS): 2885563
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: INFO: [jit] queue is empty
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ### [GPS] ###
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: INFO~ # GPS sync is disabled
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ##### END #####
Wed Apr 12 14:30:26 2023 daemon.info lora_pkt_fwd[2962]: RXTX~ {"stat":{"time":"2023-04-12 14:30:26 UTC","rxnb":0,"rxok":0,"rxfw":0,"ackr":0.0,"dwnb":0,"txnb":0}}
Wed Apr 12 14:30:27 2023 daemon.info dnsmasq-dhcp[3245]: DHCPDISCOVER(br-lan) 48:65:ee:1e:47:47
Wed Apr 12 14:30:27 2023 daemon.info dnsmasq-dhcp[3245]: DHCPOFFER(br-lan) 10.130.1.237 48:65:ee:1e:47:47
Wed Apr 12 14:30:28 2023 daemon.info dnsmasq-dhcp[3245]: DHCPREQUEST(br-lan) 10.130.1.237 48:65:ee:1e:47:47
Wed Apr 12 14:30:28 2023 daemon.info dnsmasq-dhcp[3245]: DHCPACK(br-lan) 10.130.1.237 48:65:ee:1e:47:47 MBPvanMichiel2
Wed Apr 12 14:30:29 2023 daemon.warn pppd[2448]: IPV6CP: timeout sending Config-Requests
Wed Apr 12 14:30:30 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:30:46 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]:
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ################## Report at: 2023-04-12 14:30:57 UTC ##################
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [UPSTREAM] ###
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets received by concentrator: 0
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # CRC_OK: 0.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets forwarded: 0 (0 bytes)
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA datagrams sent: 0 (0 bytes)
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA acknowledged: 0.00%
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [DOWNSTREAM] ###
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_DATA sent: 2 (0.00% acknowledged)
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets sent to concentrator: 0 (0 bytes)
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # TX errors: 0
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON queued: 0
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON sent so far: 0
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON rejected: 0
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [PPS] ###
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # SX1301 time (PPS): 2913552
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: INFO: [jit] queue is empty
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ### [GPS] ###
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ # GPS sync is disabled
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ##### END #####
Wed Apr 12 14:30:57 2023 daemon.info lora_pkt_fwd[2962]: RXTX~ {"stat":{"time":"2023-04-12 14:30:57 UTC","rxnb":0,"rxok":0,"rxfw":0,"ackr":0.0,"dwnb":0,"txnb":0}}
Wed Apr 12 14:31:01 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:31:16 2023 daemon.err uhttpd[1805]: killall: logread: no process killed
Wed Apr 12 14:31:16 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:31:24 2023 daemon.info lora_pkt_fwd[2962]: PKT_FWD~ DATA_UNCONF_UP-> {"DevAddr": "1277FD27", "FCtrl": ["ADR": 1, "ADRACKReq": 0, "ACK": 0, "RFU" : "RFU", "FOptsLen": 13], "FCnt": 55478, "FPort": 212, "MIC": "631733BF"}
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]:
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ################## Report at: 2023-04-12 14:31:27 UTC ##################
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [UPSTREAM] ###
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets received by concentrator: 1
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # CRC_OK: 0.00%, CRC_FAIL: 100.00%, NO_CRC: 0.00%
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets forwarded: 0 (0 bytes)
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA datagrams sent: 0 (0 bytes)
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA acknowledged: 0.00%
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [DOWNSTREAM] ###
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_DATA sent: 1 (0.00% acknowledged)
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets sent to concentrator: 0 (0 bytes)
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # TX errors: 0
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON queued: 0
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON sent so far: 0
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON rejected: 0
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [PPS] ###
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # SX1301 time (PPS): 62901740
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: INFO: [jit] queue is empty
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ### [GPS] ###
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: INFO~ # GPS sync is disabled
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ##### END #####
Wed Apr 12 14:31:27 2023 daemon.info lora_pkt_fwd[2962]: RXTX~ {"stat":{"time":"2023-04-12 14:31:27 UTC","rxnb":1,"rxok":0,"rxfw":0,"ackr":0.0,"dwnb":0,"txnb":0}}
Wed Apr 12 14:31:32 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:31:39 2023 daemon.err uhttpd[1805]: sh: Save&Apply: unknown operand
Wed Apr 12 14:31:40 2023 daemon.err uhttpd[1805]: killall: logread: no process killed
Wed Apr 12 14:31:45 2023 daemon.err uhttpd[1805]: killall: logread: no process killed
Wed Apr 12 14:31:47 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]:
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ################## Report at: 2023-04-12 14:31:57 UTC ##################
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [UPSTREAM] ###
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets received by concentrator: 0
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # CRC_OK: 0.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets forwarded: 0 (0 bytes)
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA datagrams sent: 0 (0 bytes)
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA acknowledged: 0.00%
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [DOWNSTREAM] ###
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_DATA sent: 0 (0.00% acknowledged)
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets sent to concentrator: 0 (0 bytes)
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # TX errors: 0
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON queued: 0
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON sent so far: 0
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON rejected: 0
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [PPS] ###
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # SX1301 time (PPS): 62901740
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: INFO: [jit] queue is empty
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ### [GPS] ###
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ # GPS sync is disabled
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ##### END #####
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: RXTX~ {"stat":{"time":"2023-04-12 14:31:57 UTC","rxnb":0,"rxok":0,"rxfw":0,"ackr":0.0,"dwnb":0,"txnb":0}}
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ [up] PUSH_ACK mismatch, reconnect server
Wed Apr 12 14:31:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ sockfd=3
Wed Apr 12 14:32:02 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:32:18 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]:
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ################## Report at: 2023-04-12 14:32:27 UTC ##################
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [UPSTREAM] ###
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets received by concentrator: 0
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # CRC_OK: 0.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets forwarded: 0 (0 bytes)
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA datagrams sent: 0 (0 bytes)
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA acknowledged: 0.00%
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [DOWNSTREAM] ###
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_DATA sent: 2 (0.00% acknowledged)
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets sent to concentrator: 0 (0 bytes)
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # TX errors: 0
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON queued: 0
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON sent so far: 0
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON rejected: 0
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [PPS] ###
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # SX1301 time (PPS): 122903099
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: INFO: [jit] queue is empty
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ### [GPS] ###
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: INFO~ # GPS sync is disabled
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ##### END #####
Wed Apr 12 14:32:27 2023 daemon.info lora_pkt_fwd[2962]: RXTX~ {"stat":{"time":"2023-04-12 14:32:27 UTC","rxnb":0,"rxok":0,"rxfw":0,"ackr":0.0,"dwnb":0,"txnb":0}}
Wed Apr 12 14:32:33 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:32:48 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:32:49 2023 daemon.info lora_pkt_fwd[2962]: PKT_FWD~ DATA_UNCONF_DOWN<- {"DevAddr": "9DA9CCF1", "FCtrl": ["ADR": 0, "RFU": "RFU", "ACK": 0, "FPending" : 1, "FOptsLen": 6], "FCnt": 36368, "FPort": 76, "MIC": "1A14AAA4"}
Wed Apr 12 14:32:55 2023 daemon.err uhttpd[1805]: killall: logread: no process killed
Wed Apr 12 14:32:56 2023 daemon.err uhttpd[1805]: Error: no such table: livepkts
Wed Apr 12 14:32:57 2023 daemon.err uhttpd[1805]: Error: no such table: gwdb
Wed Apr 12 14:32:57 2023 daemon.err uhttpd[1805]: Error: no such table: gwdb
Wed Apr 12 14:32:57 2023 daemon.err uhttpd[1805]: Error: no such table: gwdb
Wed Apr 12 14:32:57 2023 daemon.err uhttpd[1805]: Error: no such table: gwdb
Wed Apr 12 14:32:57 2023 daemon.err uhttpd[1805]: Error: no such table: gwdb
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]:
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ################## Report at: 2023-04-12 14:32:57 UTC ##################
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [UPSTREAM] ###
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets received by concentrator: 1
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # CRC_OK: 0.00%, CRC_FAIL: 100.00%, NO_CRC: 0.00%
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets forwarded: 0 (0 bytes)
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA datagrams sent: 0 (0 bytes)
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA acknowledged: 0.00%
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [DOWNSTREAM] ###
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_DATA sent: 1 (0.00% acknowledged)
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets sent to concentrator: 0 (0 bytes)
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # TX errors: 0
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON queued: 0
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON sent so far: 0
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON rejected: 0
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [PPS] ###
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # SX1301 time (PPS): 122903099
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: INFO: [jit] queue is empty
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ### [GPS] ###
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ # GPS sync is disabled
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ##### END #####
Wed Apr 12 14:32:57 2023 daemon.info lora_pkt_fwd[2962]: RXTX~ {"stat":{"time":"2023-04-12 14:32:57 UTC","rxnb":1,"rxok":0,"rxfw":0,"ackr":0.0,"dwnb":0,"txnb":0}}
Wed Apr 12 14:33:04 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:33:19 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:33:23 2023 daemon.info lora_pkt_fwd[2962]: PKT_FWD~ DATA_UNCONF_DOWN<- {"DevAddr": "930EBDAD", "FCtrl": ["ADR": 0, "RFU": "RFU", "ACK": 1, "FPending" : 1, "FOptsLen": 0], "FCnt": 14375, "FPort": 42, "MIC": "46C2B9AC"}
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]:
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ################## Report at: 2023-04-12 14:33:27 UTC ##################
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [UPSTREAM] ###
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets received by concentrator: 1
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # CRC_OK: 0.00%, CRC_FAIL: 100.00%, NO_CRC: 0.00%
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets forwarded: 0 (0 bytes)
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA datagrams sent: 0 (0 bytes)
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PUSH_DATA acknowledged: 0.00%
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [DOWNSTREAM] ###
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_DATA sent: 1 (0.00% acknowledged)
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # PULL_RESP(onse) datagrams received: 0 (0 bytes)
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # RF packets sent to concentrator: 0 (0 bytes)
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # TX errors: 0
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON queued: 0
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON sent so far: 0
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # BEACON rejected: 0
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ ### [PPS] ###
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: REPORT~ # SX1301 time (PPS): 182903941
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: INFO: [jit] queue is empty
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ### [GPS] ###
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: INFO~ # GPS sync is disabled
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: INFO~ ##### END #####
Wed Apr 12 14:33:27 2023 daemon.info lora_pkt_fwd[2962]: RXTX~ {"stat":{"time":"2023-04-12 14:33:27 UTC","rxnb":1,"rxok":0,"rxfw":0,"ackr":0.0,"dwnb":0,"txnb":0}}
Wed Apr 12 14:33:34 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular
Wed Apr 12 14:33:40 2023 daemon.err uhttpd[1805]: wc: /tmp/logfile.log: No such file or directory
Wed Apr 12 14:33:40 2023 daemon.err uhttpd[1805]: sh: 2000000: unknown operand
Wed Apr 12 14:33:40 2023 daemon.err uhttpd[1805]: killall: logread: no process killed
Wed Apr 12 14:33:40 2023 daemon.err uhttpd[1805]: killall: logread: no process killed
Wed Apr 12 14:33:45 2023 daemon.err uhttpd[1805]: wc: /tmp/logfile.log: No such file or directory
Wed Apr 12 14:33:45 2023 daemon.err uhttpd[1805]: sh: 2000000: unknown operand
Wed Apr 12 14:33:45 2023 daemon.err uhttpd[1805]: killall: logread: no process killed
LOGREAD -f:
Wed Apr 12 14:33:49 2023 user.notice iot_keep_alive: Internet Access OK: via 3g-cellular

lgw-5.4.1626503337

Is our firmware.

Given that you seem to be getting packets with CRC errors only I would move the cellular antenna to check if that reduces the CRC errors,