aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2017-07-04 15:21:38 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-07-04 15:46:07 +0300
commit07e11826d423572fea17d702d4020df6a7e86509 (patch)
tree090b3b2ec0982fcafb449137fe9e77fdae8884c9 /openbsc/include/openbsc
parentcf5c67033fc4c8820613f4abae6a2e0c777306a2 (diff)
Implement handover support for mncc bridge mode
* Introduced mncc message with type MNCC_RTP_MODIFY for forwarding modified rtp info to external application. * Added handler for HANDOVER_DETECT signal, which forwards rtp info (modified during handover process) to external application via mncc.
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/mncc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mncc.h b/openbsc/include/openbsc/mncc.h
index 49f0c8b83..e75ce6772 100644
--- a/openbsc/include/openbsc/mncc.h
+++ b/openbsc/include/openbsc/mncc.h
@@ -95,6 +95,7 @@ struct gsm_call {
#define MNCC_RTP_CREATE 0x0204
#define MNCC_RTP_CONNECT 0x0205
#define MNCC_RTP_FREE 0x0206
+#define MNCC_RTP_MODIFY 0x0207
#define GSM_TCHF_FRAME 0x0300
#define GSM_TCHF_FRAME_EFR 0x0301