Make every struct have a header header and not inherit the header

This commit is contained in:
PhatPhuckDave
2024-07-22 22:51:41 +02:00
parent 98fb872fc1
commit abfba3b5a7
12 changed files with 23 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ package pdu
type (
SUBMIT_SM struct {
PDU_HEADER
header PDU_HEADER
service_type string
source_addr_ton uint8
source_addr_npi uint8
@@ -51,7 +51,7 @@ type (
// ussd_service_op uint8
}
SUBMIT_SM_RESP struct {
PDU_HEADER
header PDU_HEADER
message_id string
}
SUBMIT_MULTI struct{}