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

129 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 222bd7c47a gsm0408: Work on dispatching things for the BSC connection 2011-06-20 18:53:01 +02:00
Holger Hans Peter Freyther 9b3cf91901 call: Work on call control and transactions 2011-06-20 14:06:20 +02:00
Holger Hans Peter Freyther 6f37808cc1 misc: Remove unused code, log exceptions with logException 2011-06-20 14:05:26 +02:00
Holger Hans Peter Freyther ef1482477d misc: Add some docs how the objects should play together 2011-06-19 19:32:30 +02:00
Holger Hans Peter Freyther 3dc78ed029 bsc: Close unknown connections, misc clean ups 2011-06-19 19:05:48 +02:00
Holger Hans Peter Freyther d547380eb9 sccp: Update to new OsmoGSM.SCCPHandler to not have a process
The SCCP connection is not meant to be a process anymore but one
could still build the next/nextPut: on top of it but we will be
keeping the state around.
2011-06-18 14:50:18 +02:00
Holger Hans Peter Freyther 8d184ac782 BSC: Hold a IPAProtoHandler as well to handle some requests. 2011-01-05 14:50:17 +01:00
Holger Hans Peter Freyther d53640f69d BSC: Have a back pointer to the MSC. Create a GSMProcessor 2011-01-05 14:49:12 +01:00
Holger Hans Peter Freyther 09abb938ac BSC: Send a specific signal to the process.
Instead of forcing the termination, send a signal that can
trigger the closing. Right now we will just terminate the
process.
2010-12-18 14:59:50 +01:00
Holger Hans Peter Freyther d3fdc30bbe BSC: Terminate all SCCP connections and processes on termination 2010-12-18 12:25:05 +01:00
Holger Hans Peter Freyther 812a7ab6c8 MSC: Handle incoming SCCP Connections from a BSC. 2010-12-18 11:06:59 +01:00
Holger Hans Peter Freyther 504eade7cf BSC: Always use the LAC when talking about a BSC. 2010-12-15 15:33:58 +01:00
Holger Hans Peter Freyther 28e8583059 MSC: Reorder the imports. take the osmo-logging first.
This is just cosmetic and tries to represent the stack.
2010-12-15 12:52:50 +01:00
Holger Hans Peter Freyther 539e6c96b7 BSC: Create a BSCIPAConnection for a newly connected BSC
The BSCIPAConnection will be responsible for handling
data from the BSC. We might introduce a base class for
plain GSM messages but this will follow in a second.
2010-12-15 12:24:58 +01:00
Holger Hans Peter Freyther f9ea65bed8 MSC: Introduce an MSC application for the configuration
The MSCApplication will make sure that everything that needs to
communicate with each other can do so. The first thing is to handle
incoming connections from the BSCListener. They are now forwarded.
2010-12-15 12:18:24 +01:00
Holger Hans Peter Freyther 9b1100191d BSC: Add an Object to wait for incoming connections. 2010-12-15 10:44:08 +01:00
Holger Hans Peter Freyther 55becf79db BSCConfig: Add a very simple BSC configuration class 2010-12-15 10:43:35 +01:00
Holger Hans Peter Freyther 5bbbb1e5cf License: Add AGPLv3 headers to the code 2010-12-14 03:00:04 +01:00
Holger Hans Peter Freyther f5f1d15d5f Logging: Load the Logging Areas for the MSC 2010-12-13 10:42:22 +01:00
Holger Hans Peter Freyther aa1d652423 BSC: Add some pending BSC code. 2010-12-13 10:24:34 +01:00
Holger Hans Peter Freyther 6e70fbbe4a MSC: Introduce classes for HLR/VLR and create some simple tests 2010-12-13 10:20:59 +01:00
Holger Hans Peter Freyther 6e6e2c2bfe IPAConnection: Setup the IPA muxer. 2010-11-07 22:22:09 +01:00
Holger Hans Peter Freyther 654910b4fb Move IPAConnection to a new file 2010-11-07 22:15:21 +01:00
Holger Hans Peter Freyther 0811672b06 Server: Create a new IPA Connection 2010-11-07 22:13:53 +01:00
Holger Hans Peter Freyther 0870c9ff09 Server: Make listenOn listen on the Socket 2010-11-07 22:13:53 +01:00
Holger Hans Peter Freyther 832ab76d7f Server: Use the #bsc logging area, split listen/serve for GC issue 2010-11-07 22:13:53 +01:00
Holger Hans Peter Freyther a7562eb5f5 Logging: Add the BSC area to the logging infrastructure 2010-11-07 22:13:53 +01:00
Holger Hans Peter Freyther a658551abc Add nonworking code for the BSC/Server... 2010-10-20 21:43:56 +02:00
Holger Hans Peter Freyther fd0dd5a50e Add the simple README.. 2010-10-20 21:01:33 +02:00