Skip to content

Commit

Permalink
Fix: "dedicatedNasInfo" -> "dedicatedInfoNas"
Browse files Browse the repository at this point in the history
  • Loading branch information
bengimizrahi authored and Bengi Mizrahi committed Mar 26, 2013
1 parent 6350a10 commit 18d7217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epc/nodes/enb/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def __onNewRrcConnectionEstablishment__(self, address, cRnti, args):
rrcEstablishmentCause = args["rrcEstablishmentCause"]
ue = self.Ue(address, cRnti, enbUeS1apId, rrcEstablishmentCause)
self.uePool.addUe(ue)
nasPdu = args["dedicatedNasInfo"]
nasPdu = args["dedicatedInfoNas"]
gummei = self.config.getValue("mme.properties.servedGummeis")[0]
self.ioService.sendMessage(self.mmeAddress, *initialUeMessage(
enbUeS1apId, nasPdu, None, None, rrcEstablishmentCause, None, None, gummei, None))
Expand Down

0 comments on commit 18d7217

Please sign in to comment.