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-network/package.xml

46 lines
1.3 KiB
XML
Raw Normal View History

<package>
<name>OsmoNetwork</name>
<namespace>Osmo</namespace>
<prereq>OsmoLogging</prereq>
<filein>Extensions.st</filein>
<filein>MessageStructure.st</filein>
<filein>ISUP.st</filein>
<filein>isup_generated.st</filein>
<filein>ISUPExtensions.st</filein>
<filein>IPAConstants.st</filein>
<filein>IPADispatcher.st</filein>
<filein>IPAMuxer.st</filein>
<filein>IPAProtoHandler.st</filein>
<filein>MessageBuffer.st</filein>
2010-10-16 16:05:11 +00:00
<filein>SCCP.st</filein>
<filein>M2UA.st</filein>
<filein>LogAreas.st</filein>
<test>
<sunit>Osmo.SCCPTests</sunit>
<sunit>Osmo.IPATests</sunit>
<sunit>Osmo.MessageBufferTest</sunit>
<sunit>Osmo.M2UATests</sunit>
<sunit>Osmo.ISUPGeneratedTest</sunit>
<filein>Tests.st</filein>
<filein>ISUPTests.st</filein>
2012-07-29 07:57:46 +00:00
<filein>IPATests.st</filein>
</test>
<file>Extensions.st</file>
<file>MessageStructure.st</file>
<file>ISUP.st</file>
<file>isup_generated.st</file>
<file>IPAConstants.st</file>
<file>IPADispatcher.st</file>
<file>IPAMuxer.st</file>
<file>IPAProtoHandler.st</file>
<file>MessageBuffer.st</file>
2010-10-16 16:05:11 +00:00
<file>SCCP.st</file>
<file>M2UA.st</file>
<file>LogAreas.st</file>
</package>