From bc219d5450fc022afaec8f4a37d929c815685b89 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 29 Jul 2017 13:42:27 +0200 Subject: GSMTAP: Ad PTCCH as separate gsmtap category This allows us to send GSMTAP for PTCCH only if requested by user/vty Change-Id: Id720f4bebdce7f6152fbddddbe05036638c5866e --- src/bts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bts.h') diff --git a/src/bts.h b/src/bts.h index 66875f1f..25193f97 100644 --- a/src/bts.h +++ b/src/bts.h @@ -51,6 +51,7 @@ enum pcu_gsmtap_category { PCU_GSMTAP_C_DL_CTRL = 2, /* downlink control blocks */ PCU_GSMTAP_C_DL_DATA_GPRS = 3, /* downlink GPRS data blocks */ PCU_GSMTAP_C_DL_DATA_EGPRS = 4, /* downlink EGPRS data blocks */ + PCU_GSMTAP_C_DL_PTCCH = 5, /* downlink PTCCH blocks */ PCU_GSMTAP_C_UL_UNKNOWN = 15, /* unknown or undecodable uplink blocks */ PCU_GSMTAP_C_UL_DUMMY = 16, /* uplink dummy blocks */ -- cgit v1.2.3