aboutsummaryrefslogtreecommitdiffstats
path: root/src/trau/trau_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trau/trau_sync.c')
-rw-r--r--src/trau/trau_sync.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/trau/trau_sync.c b/src/trau/trau_sync.c
index dba9cd1..b36e7c1 100644
--- a/src/trau/trau_sync.c
+++ b/src/trau/trau_sync.c
@@ -145,6 +145,19 @@ static struct sync_pattern sync_patterns[] = {
},
.byte_len = 20,
},
+ [OSMO_TRAU_SYNCP_V110] = {
+ /* See Table 2 of ITU-T V.110 */
+ .name = "V110",
+ .byte_pattern = {
+ 0x00, 0x80, 0x80, 0x80, 0x80,
+ 0x80, 0x80, 0x80, 0x80, 0x80,
+ },
+ .byte_mask = {
+ 0xff, 0x80, 0x80, 0x80, 0x80,
+ 0x80, 0x80, 0x80, 0x80, 0x80,
+ },
+ .byte_len = 10,
+ },
};
#if 0