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

    <filein>src/Logging.st</filein>
    <filein>src/sip/SIPIdentityManager.st</filein>
    <filein>src/sip/MSCSIPIdentity.st</filein>
    <filein>src/VLR.st</filein>
    <filein>src/HLR.st</filein>
    <filein>src/BSCConfig.st</filein>
    <filein>src/BSCListener.st</filein>
    <filein>src/BSCSCCPHandler.st</filein>
    <filein>src/GSMProcessor.st</filein>
    <filein>src/GSMCMServiceRequest.st</filein>
    <filein>src/GSMLURequest.st</filein>
    <filein>src/PagingManager.st</filein>
    <filein>src/BSCIPAConnection.st</filein>
    <filein>src/MSC.st</filein>
    <filein>src/call/Extensions.st</filein>
    <filein>src/call/GSMMOCall.st</filein>
    <filein>src/call/GSMEmergencySetup.st</filein>
    <filein>src/call/SIPMTCall.st</filein>
    <filein>src/auth/GSMAuthenticatorBase.st</filein>
    <filein>src/auth/GSMNullAuthenticator.st</filein>
    <filein>src/auth/GSMIdentityAuthenticator.st</filein>

    <test>
        <sunit>OsmoMSC.HLRTest</sunit>
        <sunit>OsmoMSC.VLRTest</sunit>
        <sunit>OsmoMSC.BSCConfigTest</sunit>
        <sunit>OsmoMSC.BSCListenerTest</sunit>
        <sunit>OsmoMSC.MSCBSCConnectionHandlerTest</sunit>
        <sunit>OsmoMSC.BSCIPAConnectionTest</sunit>
        <sunit>OsmoMSC.AuthTestNull</sunit>
        <sunit>OsmoMSC.AuthTestIdentity</sunit>
        <sunit>OsmoMSC.SIPIdentityManagerTest</sunit>
        <filein>tests/HLRDummyResolver.st</filein>
        <filein>tests/BSCConfigTest.st</filein>
        <filein>tests/BSCIPAConnectionTest.st</filein>
        <filein>tests/BSCListenerTest.st</filein>
        <filein>tests/HLRTest.st</filein>
        <filein>tests/MSCBSCConnectionHandlerTest.st</filein>
        <filein>tests/VLRTest.st</filein>
        <filein>tests/AuthTestIdentity.st</filein>
        <filein>tests/AuthTestNull.st</filein>
        <filein>tests/GSMProcessorMockBase.st</filein>
        <filein>tests/GSMProcessorMockForAuthCheat.st</filein>
        <filein>tests/GSMProcessorMockForAuthIMSI.st</filein>
        <filein>tests/GSMProcessorMockForAuthTimeout.st</filein>
        <filein>tests/MockSIPUserAgent.st</filein>
        <filein>tests/SIPIdentityManagerTest.st</filein>
    </test>
</package>