Skip to content

Commit

Permalink
no service to pcf (#38)
Browse files Browse the repository at this point in the history
* no service to pcf

* Minor update

---------

Co-authored-by: gab-arrobo <[email protected]>
  • Loading branch information
chmodshubham and gab-arrobo authored Dec 4, 2023
1 parent 8188c39 commit 49325e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SPDX-License-Identifier: Apache-2.0
# UDM

Implements 3gpp 29.503 specification. Provides service
to PCF, AUSF, AMF, SMF. UDM supports SBI interface and any other network function can use the
to AUSF, AMF, SMF and consumes service from UDR. UDM supports SBI interface and any other network function can use the
service.

## UDM block diagram
Expand Down
Binary file modified docs/images/README-UDM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions service/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ func (udm *UDM) BuildAndSendRegisterNFInstance() (models.NfProfile, error) {
initLog.Error("Build UDM Profile Error: ", err)
return profile, err
}
initLog.Infof("Pcf Profile Registering to NRF: %v", profile)
// Indefinite attempt to register until success
initLog.Infof("UDM Profile Registering to NRF: %v", profile)
//Indefinite attempt to register until success
profile, _, self.NfId, err = consumer.SendRegisterNFInstance(self.NrfUri, self.NfId, profile)
return profile, err
}
Expand Down

0 comments on commit 49325e5

Please sign in to comment.