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

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.
This commit is contained in:
Holger Hans Peter Freyther 2012-08-08 17:32:39 +02:00
parent 5c813bb6e2
commit b4156fafbf
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,7 @@ OsmoGSM.BSSAPManagement extend [
OsmoGSM.GSM0808Helper msgCipherModeCmpl -> #mapCipherModeCompl:.
OsmoGSM.GSM0808Helper msgAssComplete -> #mapAssComplete:.
OsmoGSM.GSM0808Helper msgAssFailure -> #mapAssFailure:.
OsmoGSM.GSM0808Helper msgCMUpdate -> #mapCMUpdate:.
}) at: self data type ifPresent: [:sel |
^ aCon perform: sel with: self.
].
@ -442,6 +443,10 @@ hosting various transactions and dispatching to them.'>
self assignmentFailure.]]
]
mapCMUpdate: aData [
<category: 'map-classmark'>
]
assignmentSuccess [
<category: 'audio-connect'>