comparison libgsmefr/d_homing.c @ 94:d80e9f12a1d1

libgsmefr: decoder main function put together
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 18:52:49 +0000
parents c87ccddf3fd1
children cc08498ed21b
comparison
equal deleted inserted replaced
93:b651adfce60d 94:d80e9f12a1d1
112 * 0 input frame does not match the Decoder Homing Frame pattern. 112 * 0 input frame does not match the Decoder Homing Frame pattern.
113 * 1 input frame matches the Decoder Homing Frame pattern. 113 * 1 input frame matches the Decoder Homing Frame pattern.
114 * 114 *
115 **************************************************************************/ 115 **************************************************************************/
116 116
117 Word16 decoder_homing_frame_test (Word16 parm[], Word16 nbr_of_params) 117 Word16 decoder_homing_frame_test (const Word16 parm[], Word16 nbr_of_params)
118 { 118 {
119 static const Word16 dhf_mask[PRM_NO] = 119 static const Word16 dhf_mask[PRM_NO] =
120 { 120 {
121 0x0004, /* LPC 1 */ 121 0x0004, /* LPC 1 */
122 0x002f, /* LPC 2 */ 122 0x002f, /* LPC 2 */