smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

start: Fix-up the Start script with the split-up classes

This commit is contained in:
Holger Hans Peter Freyther 2014-04-22 14:50:25 +02:00
parent 1347876255
commit 58ce6ef2b9
1 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,5 @@
PackageLoader fileInPackage: 'OsmoSIP'.
Eval [
FileStream
fileIn: 'src/Logging.st';
@ -6,16 +8,19 @@ Eval [
fileIn: 'src/BSCConfig.st';
fileIn: 'src/BSCListener.st';
fileIn: 'src/BSCSCCPHandler.st';
fileIn: 'src/GSMAuthenticator.st';
fileIn: 'src/auth/GSMAuthenticatorBase.st';
fileIn: 'src/auth/GSMIdentityAuthenticator.st';
fileIn: 'src/auth/GSMNullAuthenticator.st';
fileIn: 'src/GSMProcessor.st';
fileIn: 'src/GSMMOCall.st';
fileIn: 'src/call/Extensions.st';
fileIn: 'src/call/GSMMOCall.st';
fileIn: 'src/call/SIPMTCall.st';
fileIn: 'src/GSMLURequest.st';
fileIn: 'src/GSMCMServiceRequest.st';
fileIn: 'src/GSMEmergencySetup.st';
fileIn: 'src/BSCIPAConnection.st';
fileIn: 'src/PagingManager.st';
fileIn: 'src/MSC.st';
fileIn: 'src/SIPCall.st'.
fileIn: 'src/MSC.st'.
"
"