aboutsummaryrefslogtreecommitdiffstats
path: root/Start.st
diff options
context:
space:
mode:
Diffstat (limited to 'Start.st')
-rw-r--r--Start.st20
1 files changed, 10 insertions, 10 deletions
diff --git a/Start.st b/Start.st
index d3bbb2a..c2d049b 100644
--- a/Start.st
+++ b/Start.st
@@ -1,15 +1,15 @@
Eval [
FileStream
- fileIn: 'Logging.st';
- fileIn: 'VLR.st';
- fileIn: 'HLR.st';
- fileIn: 'BSCConfig.st';
- fileIn: 'BSCListener.st';
- fileIn: 'GSMProcessor.st';
- fileIn: 'GSMMOCall.st';
- fileIn: 'BSCIPAConnection.st';
- fileIn: 'MSC.st';
- fileIn: 'SIPCall.st'.
+ fileIn: 'src/Logging.st';
+ fileIn: 'src/VLR.st';
+ fileIn: 'src/HLR.st';
+ fileIn: 'src/BSCConfig.st';
+ fileIn: 'src/BSCListener.st';
+ fileIn: 'src/GSMProcessor.st';
+ fileIn: 'src/GSMMOCall.st';
+ fileIn: 'src/BSCIPAConnection.st';
+ fileIn: 'src/MSC.st';
+ fileIn: 'src/SIPCall.st'.
"
"