Skip to content

Commit

Permalink
Correct servedGummeis path to "mme.properties.servedGummeis"
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 b07316d commit 6350a10
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 @@ -103,7 +103,7 @@ def __onNewRrcConnectionEstablishment__(self, address, cRnti, args):
ue = self.Ue(address, cRnti, enbUeS1apId, rrcEstablishmentCause)
self.uePool.addUe(ue)
nasPdu = args["dedicatedNasInfo"]
gummei = self.config.getValue["mme.servedGummeis"][0]
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 6350a10

Please sign in to comment.