FreeCalypso > hg > ice1-trau-tester
comparison ater8/out_frame.h @ 42:ff94d7fc5891
new program itt-ater-8
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 30 Aug 2024 19:02:42 +0000 |
parents | ater/out_frame.h@2ee910aa03c3 |
children |
comparison
equal
deleted
inserted
replaced
41:50a72d4ff498 | 42:ff94d7fc5891 |
---|---|
1 /* | |
2 * This header file defines the interface to the function that | |
3 * fills struct osmo_trau_frame based on a 22-word decoder input | |
4 * record we read from an ETSI *.dec file. | |
5 */ | |
6 | |
7 #pragma once | |
8 | |
9 #include <stdint.h> | |
10 #include <stdbool.h> | |
11 | |
12 #include <osmocom/trau/trau_frame.h> | |
13 | |
14 void trau_frame_from_record(const int16_t *rec, struct osmo_trau_frame *fr, | |
15 bool *has_taf); |