mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Move eCPRI fields to ethernet struct
These fields are only accessed from the ETHERNET library, which has a dedicated ethernet struct (which is in device->priv). Move in there to reduce visibility. Signed-off-by: Robert Schmidt <robert.schmidt@openairinterface.org>
This commit is contained in:
@@ -384,15 +384,6 @@ struct openair0_device {
|
||||
/*!brief pointer to FH state, used in ECPRI split 8*/
|
||||
fhstate_t fhstate;
|
||||
|
||||
/*!brief Used in ECPRI split 8 to indicate numerator of sampling rate ratio*/
|
||||
int sampling_rate_ratio_n;
|
||||
|
||||
/*!brief Used in ECPRI split 8 to indicate denominator of sampling rate ratio*/
|
||||
int sampling_rate_ratio_d;
|
||||
|
||||
/*!brief Used in ECPRI split 8 to indicate the TX/RX timing offset*/
|
||||
int txrx_offset;
|
||||
|
||||
/* Functions API, which are called by the application*/
|
||||
|
||||
/*! \brief Called to start the transceiver. Return 0 if OK, < 0 if error
|
||||
|
||||
Reference in New Issue
Block a user