fix: complete first version issue remediation

This commit is contained in:
hectorzhao
2026-07-11 10:14:37 +08:00
parent 709ac97764
commit 208a6c23f8
73 changed files with 1549 additions and 245 deletions
+4
View File
@@ -31,6 +31,7 @@ func TestSubmitCommandUnmarshalsQueuePriority(t *testing.T) {
"cmpp": {
"serviceId": "SMS",
"srcId": "10690000",
"extensionDigits": 4,
"registeredDelivery": 1,
"msgFmt": 8
},
@@ -62,4 +63,7 @@ func TestSubmitCommandUnmarshalsQueuePriority(t *testing.T) {
if command.Upstream.DesiredConnections != 2 || command.Upstream.WindowSize != 16 {
t.Fatalf("unexpected upstream window config: %+v", command.Upstream)
}
if command.CMPP.ExtensionDigits != 4 {
t.Fatalf("unexpected extension digits: %d", command.CMPP.ExtensionDigits)
}
}