nas_config(): provide entire IP address to configure
Prior to this commit, there was a global variable baseNetAddress that could be set independently through a setter and also through the configuration module. This baseNetAddress (16 bits IPv4) would then be complemented with two more bytes in nas_config(). However, this is counter-productive, as not only we have a global variable that is avoidable (we can give the entire address to nas_config() directly), but it also would not work with IPv6. Hence, modify to give nas_config() the entire address. A follow-up commit will add IPv6 support.
Showing
- openair2/LAYER2/PDCP_v10.1.0/pdcp.c 5 additions, 7 deletionsopenair2/LAYER2/PDCP_v10.1.0/pdcp.c
- openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c 3 additions, 4 deletionsopenair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
- openair2/RRC/LTE/rrc_UE.c 7 additions, 4 deletionsopenair2/RRC/LTE/rrc_UE.c
- openair2/RRC/LTE/rrc_eNB.c 3 additions, 4 deletionsopenair2/RRC/LTE/rrc_eNB.c
- openair2/RRC/NAS/nas_config.c 5 additions, 32 deletionsopenair2/RRC/NAS/nas_config.c
- openair2/RRC/NAS/nas_config.h 8 additions, 27 deletionsopenair2/RRC/NAS/nas_config.h
- openair3/NAS/COMMON/ESM/MSG/PduSessionEstablishmentAccept.c 16 additions, 14 deletionsopenair3/NAS/COMMON/ESM/MSG/PduSessionEstablishmentAccept.c
- openair3/NAS/NR_UE/nr_nas_msg_sim.c 9 additions, 16 deletionsopenair3/NAS/NR_UE/nr_nas_msg_sim.c
Loading
Please register or sign in to comment