aboutsummaryrefslogtreecommitdiffstats
path: root/package.xml
blob: eb6eb1ff75eb69bcddca28034ebf7a8fc3a5c202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<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>