Refactor pdus into many files
This commit is contained in:
12
pdu/deliver.go
Normal file
12
pdu/deliver.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package pdu
|
||||
|
||||
type (
|
||||
DELIVER_SM struct {
|
||||
PDU_HEADER
|
||||
SUBMIT_SM
|
||||
}
|
||||
DELIVER_SM_RESP struct {
|
||||
PDU_HEADER
|
||||
SUBMIT_SM_RESP
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user