From 45f198202749c0f3e8ed742b911ef080406a2d54 Mon Sep 17 00:00:00 2001 From: loradar <56890699+loradar@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:13:27 +1100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6101d8a..aa34cd1 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,11 @@ Description of the fields in the csv file are shown below. | size | The number of octets in the packet. | | DevEUI or DevAddr | EUI or address of the device that the packet was sent by. | | AppEUI | (JoinEUI in LoRaWAN specs v1.1) The EUI of the join-server that authorized the join request. | -| fctrl | Frame control value(raw). | -| fcnt | Frame count number(converted). | -| mhdr | MAC Header(raw). | -| mtype | Message type extracted from MAC Header(raw). | -| mtype_desc | Message type extracted from MAC Header(converted). | +| fctrl | Frame control value (raw). | +| fcnt | Frame count number (converted). | +| mhdr | MAC Header (raw). | +| mtype | Message type extracted from MAC Header (raw). | +| mtype_desc | Message type extracted from MAC Header (converted). | | MIC | 4-octet message integrity code. | | activation | Activation method. | | network | Network that the device of the packet belongs to. |