Skip to content
Snippets Groups Projects
Commit 50ef3a30 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

add address to mne info on request

parent a9c84bdf
No related branches found
No related tags found
1 merge request!739Add address to return value when requesting mne
Pipeline #183335 passed
......@@ -133,6 +133,8 @@ func (n *NetworkElementServer) Get(ctx context.Context, request *mnepb.GetReques
return nil, status.Errorf(codes.Aborted, "%v", err)
}
mne.TransportAddress = networkElement.TransportAddress()
return &mnepb.GetResponse{
Timestamp: time.Now().UnixNano(),
Pnd: &ppb.PrincipalNetworkDomain{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment