Skip to content

Commit

Permalink
Address lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Jan 2, 2024
1 parent 3fb0c43 commit e0a45d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/sm_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ func (smContext *SMContext) PublishSmCtxtInfo() {

//Populate kafka sm ctxt struct
kafkaSmCtxt.Imsi = smContext.Supi
if smContext.PDUAddress != nil && smContext.PDUAddress.Ip != nil {
if smContext.PDUAddress != nil && smContext.PDUAddress.Ip != nil {
kafkaSmCtxt.IPAddress = smContext.PDUAddress.Ip.String()
}
kafkaSmCtxt.SmfSubState, op = mapPduSessStateToMetricStateAndOp(smContext.SMContextState)
Expand Down

0 comments on commit e0a45d4

Please sign in to comment.