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

10 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 58ce6ef2b9 start: Fix-up the Start script with the split-up classes 2014-04-22 14:50:25 +02:00
Holger Hans Peter Freyther 2b233e68c5 paging: Introduce a paging manager than can page on all BSCs 2014-03-13 09:17:37 +01:00
Holger Hans Peter Freyther bb38dd32ea emergency: Be able to set-up an emergency call
Re-use the GSMMOCall for the emergency call setup. Add a special
route for the emergency setup as there is no number.
2014-03-13 09:17:37 +01:00
Holger Hans Peter Freyther b174396fe7 cm: Deal with CM Service Requests to a certain degree.
The CM Service Request accepts the service and then we need to
wait for the real service. It could check if the requested service
is matching with the 'inital' message but this is not done yet.

The biggest issue is in the hand-over from CMServiceRequest to the
real request. Right now a second SMS submit would break things
up.
2014-03-13 09:17:37 +01:00
Holger Hans Peter Freyther 7382efcf16 gsm: Introduce the concept of an authenticator for a channel
The role of the authenticator is to collect information about
the subscriber and allow the GSMProcessor to accept the service,
enable encryptionor whatever is needed.
2014-03-13 09:17:37 +01:00
Holger Hans Peter Freyther e141dd4568 gsm: Split out the LURequest to start with GSM LU requests. 2012-03-30 09:04:46 +02:00
Holger Hans Peter Freyther 7af3b25ebf bsc: Move out the SCCPHandler into a new file 2012-02-21 16:07:49 +01:00
Holger Hans Peter Freyther a515493057 misc: Move the sources into a subdirectory
I am still searching for a better way to group these files for
their specific main functionality.
2011-09-24 12:00:37 +02:00
Holger Hans Peter Freyther a0e8393e98 call: Work on connecting two legs of a call 2011-07-20 16:21:07 +02:00
Holger Hans Peter Freyther 86351baf88 misc: Add simple utility that will load all the source
This is useful when not wanting to deal with namespaces on
the CLI. Ideally this should come out of the package or create
the package.
2011-06-25 14:34:02 +02:00