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

113 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 1fae9e46ab misc: Add git ignore file to ignore vim files 2014-03-13 12:39:35 +01:00
Holger Hans Peter Freyther b02113d070 test: Splity tests into file per class 2014-03-13 12:38:59 +01:00
Holger Hans Peter Freyther 69ca1cbe52 Merge branch 'zecke/gsm-auth'
This adds the authenticator features to the MSC. It sits on the
disk for far too long. So let's just merge this and be done with
it.
2014-03-13 09:20:24 +01:00
Holger Hans Peter Freyther e7d6ff2730 misc: Make the categories match the package name to ease exporting 2014-03-13 09:17:37 +01: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 91d3d3ef7a config: Keep the current connection inside the BSCConfigItem
For paging we will need to go from the MSC to the BSCs and then to the
connection to enqueue the paging messages.
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 8f7a9ea8a5 auth: Make the authenticator more strict and check the initial message.
The initial message needs to be one that is specified in GSM 08.08. We
do not support all of the messages yet but it is a start. On top of that
we also support to start with a CC Setup message.
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 cde5fb69e7 lu: Send a LU Reject when the procedure times out. 2014-03-13 09:14:12 +01:00
Holger Hans Peter Freyther 8d016159b6 lu: Add some logging to the LURequest stub 2014-03-13 09:14:12 +01:00
Holger Hans Peter Freyther 26c5d2dd02 ow: Change the way the image is started and configured 2012-11-20 19:09:43 +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 1f8b3c8a64 contrib: Use the --daemon option for the start script 2012-10-12 13:03:46 +02:00
Holger Hans Peter Freyther 7dd05bf97e msc: One start script is enough 2012-10-12 13:02:57 +02:00
Holger Hans Peter Freyther c8b5c70f6a msc: Flush the package cache to be able to relocate the image
The system GST must have the package cache in different directories.
Flush the cache before saving the image.
2012-09-10 00:05:54 +02:00
Holger Hans Peter Freyther eb6317ba50 init: Add a init script for the MSC, tested on debian stable 2012-08-21 13:10:40 +02:00
Holger Hans Peter Freyther 86236a7791 process: Label the processes started by the MSC 2012-08-09 03:11:14 +02:00
Holger Hans Peter Freyther 382a7b8e5b msc: Attempt to restart the existing MSC when an image is resumed 2012-08-09 03:11:14 +02: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 5c813bb6e2 ipa: Remove IPADispatcher>>#initializer as it is called by >>#new now 2012-07-28 20:07:06 +02:00
Holger Hans Peter Freyther 66e565df5e bsc: Fix the test failure by initializing the osmoExtension 2012-04-06 19:46:55 +02:00
Holger Hans Peter Freyther 889e86d488 bsc: Send the Osmo RSIP extension to our bsc to reset the mediagateway 2012-04-06 19:34:59 +02:00
Holger Hans Peter Freyther 37c768d3cb tests: Use "self deny: aBoolean" instead of "self assert: aBoolean not" 2012-03-30 13:41:35 +02:00
Holger Hans Peter Freyther d27648f276 tests: Fix two test failures in the socket handling code 2012-03-30 13:41:10 +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 22dbe844e8 ipa: Start to send PING and wait for the pong from the remote 2012-02-21 16:16:31 +01: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 157518a9d6 [BSC] Move the TX queue draining to a separate method
This way we can replace the code from one function call
to another.
2012-02-09 23:37:24 +01:00
Holger Hans Peter Freyther 507e1f150f bsc: Provide a log message when we do not handle the incoming connection 2011-10-20 12:51:33 +02:00
Holger Hans Peter Freyther b71af1f9d2 bsc: Create handleOneConnection so we can patch the code more easily 2011-10-20 12:17:27 +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 141f7c640f contrib: Make sure the output is detached... 2011-09-25 14:20:41 +02:00
Holger Hans Peter Freyther 2a92c99cf2 bsc: Add another default BSC to the MSC config 2011-09-25 10:59:02 +02:00
Holger Hans Peter Freyther b2765cbd48 msc: Provide some files to generate a nice image. 2011-09-24 20:29:42 +02:00
Holger Hans Peter Freyther 53b10145d9 msc: Add an init script... 2011-09-24 20:28:38 +02:00
Holger Hans Peter Freyther e77d990cf0 msc: Bind the SIP port local too 2011-09-24 20:28:17 +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
Holger Hans Peter Freyther f2f0b71b04 tests: Move tests to the test directory 2011-09-24 11:38:50 +02:00
Holger Hans Peter Freyther e0f5ed1f04 call-routing: Some very simple call routing in the SWITCH 2011-09-23 16:02:58 +02:00
Holger Hans Peter Freyther 2ebffd8918 msc: Fix the state for the MO Call
It is this state now, the other one got removed.
2011-09-23 15:32:19 +02:00
Holger Hans Peter Freyther 0788326db6 mo-call: Work on ringing the phone 2011-07-21 00:03:06 +02:00
Holger Hans Peter Freyther 69282eadb1 mo-call: Remove some printf style debugging from the code 2011-07-21 00:02:35 +02:00
Holger Hans Peter Freyther 773add207e osmo: There is a one offset on timeslots and timeslots in assignment
It is most likely a bug in the osmo calculation...
2011-07-20 23:36:50 +02:00
Holger Hans Peter Freyther bc37d06fcc mo-call: Document short comings with the state handling
Point to the documentation in the hope that it will help to
understand what needs to be changed.
2011-07-20 23:35:31 +02:00