libosmogsm
UNKNOWN
Osmocom GSM library
Toggle main menu visibility
Loading...
Searching...
No Matches
utran_cipher.h
Go to the documentation of this file.
1
2
3
#pragma once
4
5
/* 3GPP TS 25.413 § 9.2.1.11 */
6
enum
osmo_utran_integrity_algo
{
7
OSMO_UTRAN_UIA1
= 0,
8
OSMO_UTRAN_UIA2
= 1,
9
_OSMO_UTRAN_UIA_NUM
10
};
11
12
/* 3GPP TS 25.413 § 9.2.1.12 */
13
enum
osmo_utran_encryption_algo
{
14
OSMO_UTRAN_UEA0
= 0,
15
OSMO_UTRAN_UEA1
= 1,
16
OSMO_UTRAN_UEA2
= 2,
17
_OSMO_UTRAN_UEA_NUM
18
};
19
osmo_utran_encryption_algo
osmo_utran_encryption_algo
Definition
utran_cipher.h:13
OSMO_UTRAN_UEA0
@ OSMO_UTRAN_UEA0
Definition
utran_cipher.h:14
_OSMO_UTRAN_UEA_NUM
@ _OSMO_UTRAN_UEA_NUM
Definition
utran_cipher.h:17
OSMO_UTRAN_UEA2
@ OSMO_UTRAN_UEA2
Definition
utran_cipher.h:16
OSMO_UTRAN_UEA1
@ OSMO_UTRAN_UEA1
Definition
utran_cipher.h:15
osmo_utran_integrity_algo
osmo_utran_integrity_algo
Definition
utran_cipher.h:6
OSMO_UTRAN_UIA2
@ OSMO_UTRAN_UIA2
Definition
utran_cipher.h:8
_OSMO_UTRAN_UIA_NUM
@ _OSMO_UTRAN_UIA_NUM
Definition
utran_cipher.h:9
OSMO_UTRAN_UIA1
@ OSMO_UTRAN_UIA1
Definition
utran_cipher.h:7
include
osmocom
crypt
utran_cipher.h
Generated by
1.17.0