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-openbsc-test/fakebts/package.xml

32 lines
1007 B
XML

<package>
<name>FakeBTS</name>
<namespace>FakeBTS</namespace>
<prereq>OsmoNetwork</prereq>
<prereq>OsmoGSM</prereq>
<filein>OMLMsg.st</filein>
<filein>IPAOMLMsg.st</filein>
<filein>OML.st</filein>
<filein>OMLDualTrx.st</filein>
<filein>OMLInit.st</filein>
<filein>RSLMsg.st</filein>
<filein>BTSConnection.st</filein>
<filein>BTS.st</filein>
<filein>BTSDualTrx.st</filein>
<filein>OpenBSCTest.st</filein>
<test>
<sunit>FakeBTS.SiteManagerTest</sunit>
<sunit>FakeBTS.BTSOMLTest</sunit>
<sunit>FakeBTS.RadioCarrierOMLTest</sunit>
<sunit>FakeBTS.BasebandTransceiverOMLTest</sunit>
<sunit>FakeBTS.RadioChannelOMLTest</sunit>
<sunit>FakeBTS.OMLMsgTest</sunit>
<sunit>FakeBTS.RSLSmokeTest</sunit>
<sunit>FakeBTS.RSLRoundTripTest</sunit>
<sunit>FakeBTS.RSLIETest</sunit>
<sunit>FakeBTS.DualTrxSiteManagerTest</sunit>
<filein>Test.st</filein>
</test>
</package>