Project

General

Profile

Actions

Bug #3716

closed

Use SACCH for MO/MT SMS signalling during a voice call

Added by fixeria over 5 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
A interface
Target version:
-
Start date:
11/30/2018
Due date:
% Done:

100%

Spec Reference:

Description

It seems to be normal to use SACCH instead of FACCH for SMS during a voice call.
In this case every second Measurement Report is replaced by GSM 04.11 messages.

It is supported in OpenBSC, because the information about RAN connection is easily
available there, but OsmoMSC has no access to this information (yet?), so FACCH is used.

See paging_cb_mmsms_est_req() in 'src/libmsc/gsm_04_11.c':

/* FIXME: specify SACCH in case we already have active TCH */
trans->dlci = 0x03;

We should detect somehow if a subscriber has an active TCH connection, and use SACCH.
We can also make this feature configurable from the VTY.


Files

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)