Project

General

Profile

Actions

Bug #6384

closed

osmo-epdg: SMF IP address should be obtained from AAA-Server

Added by pespin 2 months ago. Updated 2 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
03/02/2024
Due date:
% Done:

100%


Description

So far we are obtaining the SMF IP address in osmo-epdg from the config file:

config/sys.config
38:   {gtpc_remote_ip, "127.0.0.1"},

src/osmo_epdg_sup.erl
13:-define(ENV_DEFAULT_GTPC_REMOTE_IP, "127.0.0.1").
24:    GtpcRemoteIp = application:get_env(?ENV_APP_NAME, gtpc_remote_ip, ?ENV_DEFAULT_GTPC_REMOTE_IP),

    %% ePDG processes:
    GtpcServer = {epdg_gtpc_s2b, {epdg_gtpc_s2b,start_link, [GtpcLocalIp, GtpcLocalPort, GtpcRemoteIp, GtpcRemotePort, GtpuLocalIp, []]},
              permanent,
              5000,
              worker,
              [epdg_gtpc_s2b]},

We should instead obtain it from the AAA-Server.
It still needs to be found out whether AAA-Server in turn also obtains it from HSS.


Files

tunnel_setup.pcapng tunnel_setup.pcapng 17.6 KB pespin, 03/04/2024 01:50 PM
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)