aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs/protocol/gsm_24_301.h
blob: d4bcd87e6ec26a859646408ffebc1298286205df (plain)
1
2
3
4
5
6
7
8
9
10
11
/*! \file gsm_24_301.h */

#pragma once

/*! Tracking area TS 24.301, section 9.9.3.32 */
struct osmo_eutran_tai {
	uint16_t mcc;
	uint16_t mnc;
	bool mnc_3_digits;
	uint16_t tac;
};