aboutsummaryrefslogtreecommitdiffstats
path: root/package.xml
blob: d8f2de1da974a96cc6661725fd1c2f39146e5930 (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
<package>
    <name>OsmoGSM</name>
    <namespace>OsmoGSM</namespace>
    <prereq>OsmoNetwork</prereq>
    <prereq>OsmoLogging</prereq>

    <filein>Messages.st</filein>
    <filein>BSSAP.st</filein>
    <filein>BSSMAP.st</filein>
    <filein>GSM48.st</filein>
    <filein>SCCPHandler.st</filein>

    <test>
        <sunit>OsmoGSM.GSM0808Test</sunit>
        <sunit>OsmoGSM.BSSAPTest</sunit>
        <sunit>OsmoGSM.GSM48Test</sunit>
        <sunit>OsmoGSM.TestMessages</sunit>
        <sunit>OsmoGSM.SCCPHandlerTest</sunit>
        <filein>Tests.st</filein>
    </test>

    <file>BSSAP.st</file>
    <file>BSSMAP.st</file>
    <file>Messages.st</file>
    <file>SCCPHandler.st</file>
    <file>GSM48.st</file>
    <file>Tests.st</file>
</package>