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

28 lines
813 B
XML

<package>
<name>OsmoMSC</name>
<namespace>OsmoMSC</namespace>
<prereq>OsmoLogging</prereq>
<prereq>OsmoNetwork</prereq>
<prereq>OsmoGSM</prereq>
<filein>Logging.st</filein>
<filein>VLR.st</filein>
<filein>HLR.st</filein>
<filein>BSCConfig.st</filein>
<filein>BSCListener.st</filein>
<filein>GSMProcessor.st</filein>
<filein>GSMMOCall.st</filein>
<filein>BSCIPAConnection.st</filein>
<filein>MSC.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>
<filein>Test.st</filein>
</test>
</package>