Skip to content

Commit a9ea53e

Browse files
committed
Motorola: more ports added
1 parent fb54aa2 commit a9ea53e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/Motorola/Network.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ class Network {
1515

1616
static PORTID_NEW_CONSTANT = 94; //New radios (aka DP4000) uses "DMR Standart" compression with this portId offset
1717

18-
static PORT_LRRP = 4001;
19-
static PORT_ARS = 4005;
20-
static PORT_TMS = 4007;
21-
static PORT_BMS = 4012;
22-
static PORT_TELEMETRY = 4008;
18+
static PORT_LRRP = 4001; // Location
19+
static PORT_ARS = 4005; // Registration
20+
static PORT_TMS = 4007; // Text messages
21+
static PORT_TLM = 4008; // Telemetry
22+
static PORT_BMS = 4012; // Battery management
23+
static PORT_JMS = 4013; // Job tickets ?
24+
static PORT_LIP = 5017; // Indoor location ?
25+
static PORT_XNL = 8002; // XNL/XCMP TCP connection
2326

2427

2528
static AddressID2Network(addressId) {

0 commit comments

Comments
 (0)