add transport: p≡p over SCTP

makefile-conf
Volker Birk 2 years ago
parent 23317336b1
commit e06c2f592f

@ -1,4 +1,3 @@
doc > transport status codes for Control Channel (0xfe)
hex unkown_sctp_error 0xfeffffff;
// uncomment this line when there are codes to add:
// doc > transport status codes for Control Channel (0xfe)

@ -0,0 +1,3 @@
doc > transport status codes for p≡p over SCTP (0x04)
hex unkown_sctp_error 0x04ffffff;

@ -39,6 +39,7 @@ enum transport_status_code {
include ./email.tsc
include ./rce.tsc
include ./pdl.tsc
include ./sctp.tsc
include ./cc.tsc
}

Loading…
Cancel
Save