diff options
Diffstat (limited to 'include/osmocom/gsm/l1sap.h')
-rw-r--r-- | include/osmocom/gsm/l1sap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h index 22cfcf1b..c21abe5e 100644 --- a/include/osmocom/gsm/l1sap.h +++ b/include/osmocom/gsm/l1sap.h @@ -37,6 +37,7 @@ struct ph_rach_req_param { /*! \brief for PH-RANDOM_ACCESS.ind */ struct ph_rach_ind_param { + uint8_t chan_nr; /*!< \brief Channel Number (Like RSL) */ uint8_t ra; /*!< \brief Random Access */ uint8_t acc_delay; /*!< \brief Delay in bit periods */ uint32_t fn; /*!< \brief GSM Frame Number at time of RA */ |