diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2015-09-23 00:11:36 +0200 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2015-09-23 00:11:36 +0200 |
commit | a23d943d47411ab483248bee10e9ff093270d8a2 (patch) | |
tree | 14667384d7f9aa6a41842b79d9e705dea004d3d9 /misc/main.go | |
parent | 3f062a3b9630d48c86846544445908b2e2e76dd5 (diff) |
Fix typo
Diffstat (limited to 'misc/main.go')
-rw-r--r-- | misc/main.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/main.go b/misc/main.go index fbc967b..7978709 100644 --- a/misc/main.go +++ b/misc/main.go @@ -12,8 +12,10 @@ import ( /* Limits * * Parameter Maximum Value - * PDU length includes header 240 - * InvokeID (ROSE) 32767 + * + * PDU length including header 240 + * InvokeID 32767 + * (ROSE) * DeviceID 32 * (MakeCall, DialDigits, ConsulationCall) * DeviceID from TDA/TDE 16 |