smalltalk
/
osmo-st-smpp
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-smpp/package.xml

30 lines
995 B
XML
Raw Normal View History

<package>
<name>OsmoSMPP</name>
<namespace>Osmo</namespace>
<prereq>OsmoNetwork</prereq>
<filein>codec/SMPPPDUHeader.st</filein>
2014-05-12 07:38:53 +00:00
<filein>codec/SMPPBodyBase.st</filein>
<filein>codec/SMPPBindTransmitterBody.st</filein>
<filein>codec/attributes/SMPPOctetString.st</filein>
<filein>codec/attributes/SMPPSystemId.st</filein>
<filein>codec/attributes/SMPPPassword.st</filein>
<filein>codec/attributes/SMPPSystemType.st</filein>
<filein>codec/attributes/SMPPInterfaceVersion.st</filein>
<filein>codec/attributes/SMPPAddressTypeOfNumber.st</filein>
<filein>codec/attributes/SMPPAddressNumberingPlanIndicator.st</filein>
<filein>codec/attributes/SMPPAddressRange.st</filein>
<filein>codec/SMPPMessage.st</filein>
<test>
<sunit>Osmo.SMPPPDUHeaderTest</sunit>
<sunit>Osmo.SMPPMessageTest</sunit>
<filein>test/SMPPPDUHeaderTest.st</filein>
<filein>test/SMPPMessageTest.st</filein>
</test>
</package>