From 610517c8bd5f9e87729acdb4529c0870b0b5dced Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Wed, 12 Jun 2013 09:21:18 +0200 Subject: Add chan_nr to RACH info at L1SAP interface The chan_nr is required to locate timeslot and subslot of access bursts during handover procedure. --- include/osmocom/gsm/l1sap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/gsm/l1sap.h') 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 */ -- cgit v1.2.3