blob: d4bcd87e6ec26a859646408ffebc1298286205df [file] [log] [blame]
Philipp Maierbd10c212020-12-14 22:28:19 +01001/*! \file gsm_24_301.h */
2
3#pragma once
4
5/*! Tracking area TS 24.301, section 9.9.3.32 */
6struct osmo_eutran_tai {
7 uint16_t mcc;
8 uint16_t mnc;
9 bool mnc_3_digits;
10 uint16_t tac;
11};