Skip to content

Commit

Permalink
updated readme (#106)
Browse files Browse the repository at this point in the history
* updated readme

* Actions: Updated with changes from CI

* updated readme

---------

Co-authored-by: Github Actions <actions@github>
  • Loading branch information
UpadhyayaAnkur and Github Actions authored Apr 11, 2023
1 parent 3b7558f commit 418527a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ metrics. Metrics include connected gNodeB's and its status.
- Xn handover
- PDU Establishment Request/Release
- Paging
- CN High Availibilty and Stateless session support
- AMF metrics are available via metricfunc on the 5g Grafana dashboard

## Upcoming Changes in AMF
- AMF stateless and moving the subscriber states in the database
- Supporting multiple instances of AMF



Compliance of the 5G Network functions can be found at [5G Compliance ](https://docs.sd-core.opennetworking.org/master/overview/3gpp-compliance-5g.html)
Expand Down
2 changes: 1 addition & 1 deletion context/amf_ue.go
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ func getPublishUeCtxtInfoOp(state fsm.StateType) mi.SubscriberOp {
}
}

//Collect Ctxt info and publish on Kafka stream
// Collect Ctxt info and publish on Kafka stream
func (ueContext *AmfUe) PublishUeCtxtInfo() {
op := getPublishUeCtxtInfoOp(ueContext.State[models.AccessType__3_GPP_ACCESS].Current())
kafkaSmCtxt := mi.CoreSubscriber{}
Expand Down
2 changes: 1 addition & 1 deletion metrics/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (writer Writer) PublishUeCtxtEvent(ctxt mi.CoreSubscriber, op mi.Subscriber

var nfInstanceId string

//initialised by context package
// initialised by context package
func SetNfInstanceId(s string) {
nfInstanceId = s
}
Expand Down
1 change: 1 addition & 0 deletions producer/n1n2message.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func HandleN1N2MessageTransferRequest(request *http_wrapper.Request) *http_wrapp
// response
// - problemDetails: if AMF reject the request due to application error, e.g. UE context not found.
// - TransferErr: if AMF reject the request due to procedure error, e.g. UE has an ongoing procedure.
//
// see TS 29.518 6.1.3.5.3.1 for more details.
func N1N2MessageTransferProcedure(ueContextID string, reqUri string,
n1n2MessageTransferRequest models.N1N2MessageTransferRequest) (
Expand Down

0 comments on commit 418527a

Please sign in to comment.