libosmogb  1.10.0.30-51bb.202411132026
Osmocom Gb library
gsm_24_301.h
Go to the documentation of this file.
1 
3 #pragma once
4 
7 #include <stdbool.h>
8 #include <stdint.h>
9 
11  uint16_t mcc;
12  uint16_t mnc;
14  uint16_t tac;
15 };
Tracking area TS 24.301, section 9.9.3.32.
Definition: gsm_24_301.h:10
uint16_t mnc
Definition: gsm_24_301.h:12
uint16_t tac
Definition: gsm_24_301.h:14
uint16_t mcc
Definition: gsm_24_301.h:11
bool mnc_3_digits
Definition: gsm_24_301.h:13