aboutsummaryrefslogtreecommitdiffstats
path: root/package.xml
blob: 85946a477fe15d5ae4f010f4c5ec6416a8813bd8 (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
<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/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>mtp3/MTP3Messages.st</filein>
    <filein>ua/M2UA.st</filein>
    <filein>ua/M2UAStates.st</filein>
    <filein>osmo/LogAreaOsmo.st</filein>
    <filein>osmo/OsmoUDPSocket.st</filein>
    <filein>osmo/OsmoCtrlLogging.st</filein>
    <filein>osmo/OsmoCtrlGrammar.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.M2UAMSGTests</sunit>
        <sunit>Osmo.ISUPGeneratedTest</sunit>
        <sunit>Osmo.OsmoUDPSocketTest</sunit>
        <sunit>Osmo.TLVDescriptionTest</sunit>
        <sunit>Osmo.CtrlGrammarTest</sunit>
        <sunit>Osmo.CtrlParserTest</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>mtp3/MTP3MessagesTests.st</filein>
    </test>
</package>