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

12 Commits

Author SHA1 Message Date
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 587c1c3683 auth: Introduce an authenticator that asks for the IMSI 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 259976e68a 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.
2012-10-28 10:36:06 +01:00
Holger Hans Peter Freyther e0ddeacc00 gsm: Refactor opening a transaction allowing for authentication
Make it possible to add authentication into a central place of
the MSC. Right now a prcedure will allocate the transaction and
then add it to the connection. The connection can decide when the
transaction is started.
2012-10-28 09:50:54 +01:00
Holger Hans Peter Freyther 88f4bab1d6 gsm: Make the debug output fit onto my terminal screen 2012-10-28 09:10:50 +01:00
Holger Hans Peter Freyther b4156fafbf gsm: Add a way to handle incoming CM Updates.
A CM Update would cause an unhandled exception and release
a call/SMS. Add a stub for the CM update.
2012-08-08 17:32:39 +02: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 eff4c24e8a misc: Add a category 2012-03-30 09:02:44 +02:00
Holger Hans Peter Freyther 637f2f821e misc: Provide proper categories for the classes 2011-09-27 17:59:10 +02: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