|
|
@ -578,7 +578,8 @@ struct lte_band lte_bands[SRSRAN_NOF_LTE_BANDS] = {
|
|
|
|
{68, 753, 67536, 132672, 55, SRSRAN_BAND_GEO_AREA_EMEA},
|
|
|
|
{68, 753, 67536, 132672, 55, SRSRAN_BAND_GEO_AREA_EMEA},
|
|
|
|
{69, 2570, 67836, 0, 0, SRSRAN_BAND_GEO_AREA_EMEA},
|
|
|
|
{69, 2570, 67836, 0, 0, SRSRAN_BAND_GEO_AREA_EMEA},
|
|
|
|
{70, 1995, 68336, 132972, 300, SRSRAN_BAND_GEO_AREA_NAR},
|
|
|
|
{70, 1995, 68336, 132972, 300, SRSRAN_BAND_GEO_AREA_NAR},
|
|
|
|
{71, 0, 68586, 133122, 0, SRSRAN_BAND_GEO_AREA_NAR} // dummy band to bound band 70 earfcn
|
|
|
|
{71, 617, 68586, 133122, -46, SRSRAN_BAND_GEO_AREA_NAR},
|
|
|
|
|
|
|
|
{72, 0, 68936, 133472, 0, SRSRAN_BAND_GEO_AREA_NAR} // dummy band to bound band 71 earfcn
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
int srsran_str2mimotype(char* mimo_type_str, srsran_tx_scheme_t* type)
|
|
|
|
int srsran_str2mimotype(char* mimo_type_str, srsran_tx_scheme_t* type)
|
|
|
|