mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
handle position from RRC
This commit is contained in:
committed by
Roberto Rosca
parent
be618b069e
commit
2989bb592b
@@ -47,7 +47,7 @@
|
||||
}
|
||||
// clang-format on
|
||||
|
||||
typedef struct {
|
||||
typedef struct position {
|
||||
double positionX;
|
||||
double positionY;
|
||||
double positionZ;
|
||||
@@ -56,4 +56,4 @@ typedef struct {
|
||||
void config_position_coordinates(int Mod_id);
|
||||
position_t *init_position_coordinates(char *sectionName);
|
||||
position_t *get_position_coordinates(int Mod_id);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user