smalltalk
/
osmo-st-msc
Archived
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-msc/package.xml

58 lines
2.3 KiB
XML

<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>