Skip to content

Commit b305859

Browse files
jeffjeff
authored andcommitted
fix: ci-lint
1 parent 544d77b commit b305859

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

internal/ngap/handler.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ func handleHandoverRequestAcknowledgeMain(ran *context.AmfRan,
14901490
if sourceUe == nil {
14911491
// TODO: Send Namf_Communication_CreateUEContext Response to S-AMF
14921492
ran.Log.Error("handover between different Ue has not been implement yet")
1493-
1493+
14941494
ueContextCreatedData := buildUeContextCreatedData(amfUe, pduSessionResourceHandoverList)
14951495

14961496
resp201 := models.CreateUeContextResponse201{
@@ -1534,9 +1534,11 @@ func handleHandoverRequestAcknowledgeMain(ran *context.AmfRan,
15341534
}
15351535
}
15361536

1537-
func buildUeContextCreatedData(amfUe *context.AmfUe, pduSessionResourceHandoverList ngapType.PDUSessionResourceHandoverList) (ueContextCreatedData *models.UeContextCreatedData) {
1537+
func buildUeContextCreatedData(amfUe *context.AmfUe,
1538+
pduSessionResourceHandoverList ngapType.PDUSessionResourceHandoverList,
1539+
) (ueContextCreatedData *models.UeContextCreatedData) {
15381540
ueContextCreatedData = new(models.UeContextCreatedData)
1539-
1541+
15401542
ueContextCreatedData.UeContext = new(models.UeContext)
15411543
ueContextCreatedData.UeContext.Supi = amfUe.Supi
15421544
ueContextCreatedData.UeContext.SupiUnauthInd = amfUe.UnauthenticatedSupi

0 commit comments

Comments
 (0)