Export all fields in pdu
Oopsie!
This commit is contained in:
@@ -2,17 +2,17 @@ package pdu
|
||||
|
||||
type (
|
||||
CANCEL_SM struct {
|
||||
header *PDU_HEADER
|
||||
service_type string
|
||||
message_id string
|
||||
source_addr_ton byte
|
||||
source_addr_npi byte
|
||||
source_addr string
|
||||
dest_addr_ton byte
|
||||
dest_addr_npi byte
|
||||
destination_addr string
|
||||
Header *PDU_HEADER
|
||||
Service_type string
|
||||
Message_id string
|
||||
Source_addr_ton byte
|
||||
Source_addr_npi byte
|
||||
Source_addr string
|
||||
Dest_addr_ton byte
|
||||
Dest_addr_npi byte
|
||||
Destination_addr string
|
||||
}
|
||||
CANCEL_SM_RESP struct {
|
||||
header *PDU_HEADER
|
||||
Header *PDU_HEADER
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user