Skip to content

Commit

Permalink
Merge pull request #50 from omec-project/dev-compilation-fix
Browse files Browse the repository at this point in the history
merge build compilation fix
  • Loading branch information
vthiruveedula authored Oct 19, 2021
2 parents 0b76056 + 2290b0b commit f6df683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/server/clientEvtHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ func postConfigHss(client *clientNF, lastDevGroup *configmodels.DeviceGroups, la
client.clientLog.Errorf("Device Group [%v] is deleted but bound to slice [%v]: ", d, sliceName)
continue
}
client.clientLog.Infof("Processing DeviceGroup: %v in slice: [%v] ", devGroup, sliceName)
config := configHss{
ApnProfiles: make(map[string]*apnProfile),
}
Expand Down Expand Up @@ -795,7 +796,6 @@ func postConfigHss(client *clientNF, lastDevGroup *configmodels.DeviceGroups, la
config.AmbrDl = sqos.Downlink
}

client.clientLog.Infoln("DeviceGroup ", devGroup)
var apnProf apnProfile
apnProf.ApnName = devGroup.IpDomainExpanded.Dnn
apnProfName := sliceName + "-apn"
Expand Down

0 comments on commit f6df683

Please sign in to comment.