Commit c3eab04e authored by Lionel Gauthier's avatar Lionel Gauthier

Inc size of SQN (32 bits -> 64 bits), 48 bits needed.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5620 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 1933ffbd
...@@ -159,7 +159,7 @@ CREATE TABLE IF NOT EXISTS `users` ( ...@@ -159,7 +159,7 @@ CREATE TABLE IF NOT EXISTS `users` (
`key` varbinary(16) NOT NULL DEFAULT '0' COMMENT 'UE security key', `key` varbinary(16) NOT NULL DEFAULT '0' COMMENT 'UE security key',
`RFSP-Index` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'An index to specific RRM configuration in the E-UTRAN. Possible values from 1 to 256', `RFSP-Index` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'An index to specific RRM configuration in the E-UTRAN. Possible values from 1 to 256',
`urrp_mme` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'UE Reachability Request Parameter indicating that UE activity notification from MME has been requested by the HSS.', `urrp_mme` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'UE Reachability Request Parameter indicating that UE activity notification from MME has been requested by the HSS.',
`sqn` int(10) unsigned zerofill NOT NULL COMMENT '', `sqn` bigint(20) unsigned zerofill NOT NULL COMMENT '',
`rand` varbinary(16) NOT NULL COMMENT '', `rand` varbinary(16) NOT NULL COMMENT '',
PRIMARY KEY (`imsi`,`mmeidentity_idmmeidentity`), PRIMARY KEY (`imsi`,`mmeidentity_idmmeidentity`),
KEY `fk_users_mmeidentity_idx1` (`mmeidentity_idmmeidentity`) KEY `fk_users_mmeidentity_idx1` (`mmeidentity_idmmeidentity`)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment