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

88 lines
3.0 KiB
XML

<package>
<name>OsmoNetwork</name>
<namespace>Osmo</namespace>
<prereq>OsmoLogging</prereq>
<prereq>OsmoCore</prereq>
<prereq>PetitParser</prereq>
<prereq>Sockets</prereq>
<prereq>Parser</prereq>
<filein>core/Extensions.st</filein>
<filein>core/ExtensionsGST.st</filein>
<filein>core/MessageStructure.st</filein>
<filein>core/MessageBuffer.st</filein>
<filein>core/LogAreas.st</filein>
<filein>core/TLV.st</filein>
<filein>isup/ISUP.st</filein>
<filein>isup/isup_generated.st</filein>
<filein>isup/ISUPExtensions.st</filein>
<filein>ipa/IPAConstants.st</filein>
<filein>ipa/IPAConstantsGST.st</filein>
<filein>ipa/IPADispatcher.st</filein>
<filein>ipa/IPAMuxer.st</filein>
<filein>ipa/IPAProtoHandler.st</filein>
<filein>ipa/IPAMsg.st</filein>
<filein>sccp/SCCP.st</filein>
<filein>sccp/SCCPAddress.st</filein>
<filein>sccp/SCCPGlobalTitle.st</filein>
<filein>sccp/SCCPGlobalTitleTranslation.st</filein>
<filein>mtp3/MTP3Messages.st</filein>
<filein>ua/XUA.st</filein>
<filein>m2ua/M2UAConstants.st</filein>
<filein>m2ua/M2UAStates.st</filein>
<filein>m2ua/M2UATag.st</filein>
<filein>m2ua/M2UAMSG.st</filein>
<filein>m2ua/M2UAMessages.st</filein>
<filein>m2ua/M2UAStates.st</filein>
<filein>m2ua/M2UAAspStateMachine.st</filein>
<filein>m2ua/M2UAApplicationServerProcess.st</filein>
<filein>m2ua/M2UALayerManagement.st</filein>
<filein>m2ua/M2UATerminology.st</filein>
<filein>m2ua/M2UAExamples.st</filein>
<filein>osmo/LogAreaOsmo.st</filein>
<filein>osmo/OsmoUDPSocket.st</filein>
<filein>osmo/OsmoCtrlLogging.st</filein>
<filein>osmo/OsmoCtrlGrammar.st</filein>
<filein>osmo/OsmoStreamSocketBase.st</filein>
<filein>osmo/OsmoAppConnection.st</filein>
<filein>osmo/OsmoCtrlConnection.st</filein>
<test>
<prereq>PetitParserTests</prereq>
<sunit>Osmo.SCCPTests</sunit>
<sunit>Osmo.IPATests</sunit>
<sunit>Osmo.IPAGSTTests</sunit>
<sunit>Osmo.IPAMsgTests</sunit>
<sunit>Osmo.MessageBufferTest</sunit>
<sunit>Osmo.ISUPGeneratedTest</sunit>
<sunit>Osmo.OsmoUDPSocketTest</sunit>
<sunit>Osmo.TLVDescriptionTest</sunit>
<sunit>Osmo.CtrlGrammarTest</sunit>
<sunit>Osmo.CtrlParserTest</sunit>
<sunit>Osmo.M2UAMSGTests</sunit>
<sunit>Osmo.M2UAApplicationServerProcessTest</sunit>
<sunit>Osmo.M2UAAspStateMachineTest</sunit>
<sunit>Osmo.MTP3LabelTest</sunit>
<sunit>Osmo.MTP3SLTAMSGTest</sunit>
<sunit>Osmo.MTP3SLTMMSGTest</sunit>
<sunit>Osmo.MTP3ServiceIndicatorsTest</sunit>
<sunit>Osmo.MTP3HeadingTest</sunit>
<filein>Tests.st</filein>
<filein>core/TLVTests.st</filein>
<filein>isup/ISUPTests.st</filein>
<filein>ipa/IPATests.st</filein>
<filein>osmo/OsmoCtrlGrammarTest.st</filein>
<filein>m2ua/M2UATests.st</filein>
<filein>mtp3/MTP3MessagesTests.st</filein>
</test>
</package>