aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-06-12 09:21:18 +0200
committerHarald Welte <laforge@gnumonks.org>2013-07-06 23:36:15 +0200
commit610517c8bd5f9e87729acdb4529c0870b0b5dced (patch)
tree44fef287aedacf9d094cd97af19d54402c7e8d31 /include
parent15b8057085a52daddc01b82c244b051a28309dfd (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.
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/l1sap.h1
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 */