aboutsummaryrefslogtreecommitdiffstats
path: root/package.xml
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-15 10:34:40 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-15 10:44:08 +0100
commit9b1100191dc9b2fbc2c77e431e5c6e01cfe94a62 (patch)
tree0075a9939ff4b5ae2e25dd91e553d8c8cb306e78 /package.xml
parent55becf79db19d691fab1a5e291e2871a23c02450 (diff)
BSC: Add an Object to wait for incoming connections.
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.xml b/package.xml
index d3dd749..20803bc 100644
--- a/package.xml
+++ b/package.xml
@@ -8,11 +8,13 @@
<filein>VLR.st</filein>
<filein>HLR.st</filein>
<filein>BSCConfig.st</filein>
+ <filein>BSCListener.st</filein>
<test>
<sunit>OsmoMSC.HLRTest</sunit>
<sunit>OsmoMSC.VLRTest</sunit>
<sunit>OsmoMSC.BSCConfigTest</sunit>
+ <sunit>OsmoMSC.BSCListenerTest</sunit>
<filein>Test.st</filein>
</test>
</package>