Commit 14ae2b54 authored by Florian Kaltenberger's avatar Florian Kaltenberger

renaming band_info_s ton nr_band_info_s to avoid confusion with LTE

parent 0d91083e
...@@ -334,7 +334,7 @@ typedef struct nr_bandentry_s { ...@@ -334,7 +334,7 @@ typedef struct nr_bandentry_s {
uint64_t step_size; uint64_t step_size;
} nr_bandentry_t; } nr_bandentry_t;
typedef struct band_info_s { typedef struct nr_band_info_s {
int nbands; int nbands;
nr_bandentry_t band_info[100]; nr_bandentry_t band_info[100];
} nr_band_info_t; } nr_band_info_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment