blob: 7768abb05153882a951cc57d32046c7ab3117b2d [file] [log] [blame]
Philipp Maier69e00cc2019-10-09 13:38:38 +02001/*
2 * (C) 2019 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
3 * Author: Philipp Maier <pmaier@sysmocom.de>
4 * All Rights Reserved
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
Philipp Maier69e00cc2019-10-09 13:38:38 +020018 */
19
20#include <string.h>
21#include <stdio.h>
22#include <stdint.h>
23#include <osmocom/core/utils.h>
24#include <osmocom/gsm/gsm0502.h>
25
26/* TCH-F, block endings, 3x 104-frame cycles */
27uint32_t tch_f_fn_samples[] = { 1036987, 1036991, 1036995, 1037000, 1037004, 1037008, 1037013, 1037017,
28 1037021, 1037026, 1037030, 1037034, 1037039, 1037043, 1037047, 1037052,
29 1037056, 1037060, 1037065,
30 1037069, 1037073, 1037078, 1037082, 1037086, 1037091, 1037095, 1037099,
31 1037104, 1037108, 1037112,
32 1037117, 1037121, 1037125, 1037130, 1037134, 1037138, 1037143, 1037147,
33 1037151, 1037156, 1037160,
34 1037164, 1037169, 1037173, 1037177, 1037182, 1037186, 1037190, 1037195,
35 1037199, 1037203, 1037208,
36 1037212, 1037216, 1037221, 1037225, 1037229, 1037234, 1037238, 1037242,
37 1037247, 1037251, 1037255,
38 1037260, 1037264, 1037268, 1037273, 1037277, 1037281, 1037286, 1037290,
39 1037294
40};
41
42/* TCH-H0, block endings, 3x 104-frame cycles */
43uint32_t tch_h0_fn_samples[] = { 1175826, 1175830, 1175834, 1175839, 1175843, 1175847, 1175852, 1175856,
44 1175860, 1175865, 1175869, 1175873, 1175878, 1175882, 1175886, 1175891,
45 1175895, 1175899, 1175904,
46 1175908, 1175912, 1175917, 1175921, 1175925, 1175930, 1175934, 1175938,
47 1175943, 1175947, 1175951,
48 1175956, 1175960, 1175964, 1175969, 1175973, 1175977, 1175982, 1175986,
49 1175990, 1175995, 1175999,
50 1176003, 1176008, 1176012, 1176016, 1176021, 1176025, 1176029, 1176034,
51 1176038, 1176042, 1176047,
52 1176051, 1176055, 1176060, 1176064, 1176068, 1176073, 1176077, 1176081,
53 1176086, 1176090, 1176094,
54 1176099, 1176103, 1176107, 1176112, 1176116, 1176120, 1176125, 1176129,
55 1176133
56};
57
58/* TCH-H1, block endings, 3x 104-frame cycles */
59unsigned int tch_h1_fn_samples[] = { 1175827, 1175831, 1175835, 1175840, 1175844, 1175848, 1175853, 1175857,
60 1175861, 1175866, 1175870, 1175874, 1175879, 1175883, 1175887, 1175892,
61 1175896, 1175900, 1175905,
62 1175909, 1175913, 1175918, 1175922, 1175926, 1175931, 1175935, 1175939,
63 1175944, 1175948, 1175952,
64 1175957, 1175961, 1175965, 1175970, 1175974, 1175978, 1175983, 1175987,
65 1175991, 1175996, 1176000,
66 1176004, 1176009, 1176013, 1176017, 1176022, 1176026, 1176030, 1176035,
67 1176039, 1176043, 1176048,
68 1176052, 1176056, 1176061, 1176065, 1176069, 1176074, 1176078, 1176082,
69 1176087, 1176091, 1176095,
70 1176100, 1176104, 1176108, 1176113, 1176117, 1176121, 1176126, 1176130,
71 1176134
72};
73
74/* FACCH-F, block endings */
75uint32_t facch_f_fn_samples[] = { 177275, 177314, 177336, 177375, 177396, 177435, 178328, 178367, 178393,
76 180014, 180053, 180079, 180113, 180144, 180183
77};
78
79/* FACCH-H0, block endings */
80uint32_t facch_h0_fn_samples[] = { 499956, 499999, 500034, 500077, 500952, 501836, 501880, 502850, 502894,
81 502937, 503006, 503050
82};
83
84/* FACCH-H1, block endings */
85uint32_t facch_h1_fn_samples[] = { 500728, 500771, 500797, 500841, 500875, 500919, 501751, 501794, 501837,
86 502782, 502825, 502869, 502903, 502955, 502999
87};
88
Harald Weltee61d4592022-11-03 11:05:58 +010089static void test_gsm0502_fn_remap(void)
Philipp Maier69e00cc2019-10-09 13:38:38 +020090{
91 unsigned int i;
92 uint32_t fn_begin;
93 uint32_t fn_end;
94
95 printf("Testing gsm0502_fn_remap()\n");
96 printf("TCH/F\n");
97 for (i = 0; i < ARRAY_SIZE(tch_h1_fn_samples); i++) {
98 fn_end = tch_f_fn_samples[i];
99 fn_begin = gsm0502_fn_remap(fn_end, FN_REMAP_TCH_F);
100 printf("fn_end=%u, fn_end%%104=%u, fn_begin=%u, fn_begin%%104=%u\n", fn_end, fn_end % 104, fn_begin,
101 fn_begin % 104);
102 }
103 printf("\n");
104
105 printf("TCH/H0\n");
106 for (i = 0; i < ARRAY_SIZE(tch_h0_fn_samples); i++) {
107 fn_end = tch_h0_fn_samples[i];
108 fn_begin = gsm0502_fn_remap(fn_end, FN_REMAP_TCH_H0);
109 printf("fn_end=%u, fn_end%%104=%u, fn_begin=%u, fn_begin%%104=%u\n", fn_end, fn_end % 104, fn_begin,
110 fn_begin % 104);
111 }
112 printf("\n");
113
114 printf("TCH/H1\n");
115 for (i = 0; i < ARRAY_SIZE(tch_h1_fn_samples); i++) {
116 fn_end = tch_h1_fn_samples[i];
117 fn_begin = gsm0502_fn_remap(fn_end, FN_REMAP_TCH_H1);
118 printf("fn_end=%u, fn_end%%104=%u, fn_begin=%u, fn_begin%%104=%u\n", fn_end, fn_end % 104, fn_begin,
119 fn_begin % 104);
120 }
121 printf("\n");
122
123 printf("FACCH/F\n");
124 for (i = 0; i < ARRAY_SIZE(facch_f_fn_samples); i++) {
125 fn_end = facch_f_fn_samples[i];
126 fn_begin = gsm0502_fn_remap(fn_end, FN_REMAP_FACCH_F);
127 printf("fn_end=%u, fn_end%%104=%u, fn_begin=%u, fn_begin%%104=%u\n", fn_end, fn_end % 104, fn_begin,
128 fn_begin % 104);
129 }
130 printf("\n");
131
132 printf("FACCH/H0\n");
133 for (i = 0; i < ARRAY_SIZE(facch_h0_fn_samples); i++) {
134 fn_end = facch_h0_fn_samples[i];
135 fn_begin = gsm0502_fn_remap(fn_end, FN_REMAP_FACCH_H0);
136 printf("fn_end=%u, fn_end%%104=%u, fn_begin=%u, fn_begin%%104=%u\n", fn_end, fn_end % 104, fn_begin,
137 fn_begin % 104);
138 }
139 printf("\n");
140
141 printf("FACCH/H1\n");
142 for (i = 0; i < ARRAY_SIZE(facch_h1_fn_samples); i++) {
143 fn_end = facch_h1_fn_samples[i];
144 fn_begin = gsm0502_fn_remap(fn_end, FN_REMAP_FACCH_H1);
145 printf("fn_end=%u, fn_end%%104=%u, fn_begin=%u, fn_begin%%104=%u\n", fn_end, fn_end % 104, fn_begin,
146 fn_begin % 104);
147 }
148 printf("\n");
149}
150
Vadim Yanitskiy15b76f02023-09-26 16:36:21 +0700151static void test_gsm0502_fncmp(void)
Vadim Yanitskiy5285d472023-09-25 23:30:38 +0700152{
Vadim Yanitskiy15b76f02023-09-26 16:36:21 +0700153 OSMO_ASSERT(gsm0502_fncmp(1337, 1337) == 0);
154 OSMO_ASSERT(gsm0502_fncmp(42, 1337) == -1);
155 OSMO_ASSERT(gsm0502_fncmp(1337, 42) == 1);
156 OSMO_ASSERT(gsm0502_fncmp(42, 0) == 1);
Vadim Yanitskiy5285d472023-09-25 23:30:38 +0700157
158 /* 2715642 is very close to the Fn period (GSM_TDMA_HYPERFRAME) */
Vadim Yanitskiy15b76f02023-09-26 16:36:21 +0700159 OSMO_ASSERT(gsm0502_fncmp(2715642, 42) == -1);
160 OSMO_ASSERT(gsm0502_fncmp(42, 2715642) == 1);
161 OSMO_ASSERT(gsm0502_fncmp(0, 2715642) == 1);
Vadim Yanitskiy5285d472023-09-25 23:30:38 +0700162
163 /* 1357824 is half of the Fn period (GSM_TDMA_HYPERFRAME) */
Vadim Yanitskiy15b76f02023-09-26 16:36:21 +0700164 OSMO_ASSERT(gsm0502_fncmp(1357820, 1357824) == -1);
165 OSMO_ASSERT(gsm0502_fncmp(1357820, 1357825) == -1);
166 OSMO_ASSERT(gsm0502_fncmp(1357824, 1357820) == 1);
167 OSMO_ASSERT(gsm0502_fncmp(1357825, 1357820) == 1);
Vadim Yanitskiy5285d472023-09-25 23:30:38 +0700168}
169
Philipp Maier69e00cc2019-10-09 13:38:38 +0200170int main(int argc, char **argv)
171{
172 test_gsm0502_fn_remap();
Vadim Yanitskiy15b76f02023-09-26 16:36:21 +0700173 test_gsm0502_fncmp();
Philipp Maier69e00cc2019-10-09 13:38:38 +0200174 return EXIT_SUCCESS;
175}