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

11 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 547b7e1531 sip: Introduce a SIPIdentityManager to register and manage identities
A list of identities can be added and they will be re-gistered
and re-registered. The manager can be asked which of the of the
identities are available. This is understood as being registered.
2014-04-22 16:50:45 +02: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 e7d6ff2730 misc: Make the categories match the package name to ease exporting 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 66e565df5e bsc: Fix the test failure by initializing the osmoExtension 2012-04-06 19:46:55 +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 637f2f821e misc: Provide proper categories for the classes 2011-09-27 17:59:10 +02:00
Holger Hans Peter Freyther f2f0b71b04 tests: Move tests to the test directory 2011-09-24 11:38:50 +02:00