diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index 31c925564..921e03ca9 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -296,6 +296,8 @@ struct gsm_lchan { } ho; /* S counter for link loss */ int s; + /* Kind of the release/activation. E.g. RSL or PCU */ + int rel_act_kind; #endif };