diff options
| author | Andreas Eversberg <jolly@eversberg.eu> | 2013-06-12 09:21:18 +0200 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2013-07-06 23:36:15 +0200 | 
| commit | 610517c8bd5f9e87729acdb4529c0870b0b5dced (patch) | |
| tree | 44fef287aedacf9d094cd97af19d54402c7e8d31 | |
| parent | 15b8057085a52daddc01b82c244b051a28309dfd (diff) | |
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.
| -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 */  | 
