mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-10-23 00:12:14 +00:00
hlr.sql: typo in comment
Change-Id: I8f16944f966bd40540d5b5396873b873685c18e9
This commit is contained in:
@@ -58,7 +58,7 @@ CREATE TABLE auc_2g (
|
||||
);
|
||||
|
||||
CREATE TABLE auc_3g (
|
||||
subscriber_id INTEGER PRIMARY KEY, -- subscrbier.id
|
||||
subscriber_id INTEGER PRIMARY KEY, -- subscriber.id
|
||||
algo_id_3g INTEGER NOT NULL,
|
||||
k INTEGER NOT NULL,
|
||||
op VARCHAR,
|
||||
|
Reference in New Issue
Block a user