[PATCH] osmo-gsm-tester[master]: schema: Remove uneeded TRX_REMOTE_IP validate type

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu Aug 24 15:30:20 UTC 2017


Review at  https://gerrit.osmocom.org/3606

schema: Remove uneeded TRX_REMOTE_IP validate type

Attribute trx_remote_ip is actually using IPv4 validate type, thus this
validate type is not needed.

Change-Id: Ia8e154ac5fe33932935ba049f08eb5af15195d99
---
M src/osmo_gsm_tester/schema.py
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/06/3606/1

diff --git a/src/osmo_gsm_tester/schema.py b/src/osmo_gsm_tester/schema.py
index 4df33f2..2da80cd 100644
--- a/src/osmo_gsm_tester/schema.py
+++ b/src/osmo_gsm_tester/schema.py
@@ -75,7 +75,6 @@
 IMSI = 'imsi'
 KI = 'ki'
 MSISDN = 'msisdn'
-TRX_REMOTE_IP = 'trx_remote_ip'
 AUTH_ALGO = 'auth_algo'
 SCHEMA_TYPES = {
         INT: int,
@@ -87,7 +86,6 @@
         IMSI: imsi,
         KI: ki,
         MSISDN: msisdn,
-        TRX_REMOTE_IP: ipv4,
         AUTH_ALGO: auth_algo,
     }
 

-- 
To view, visit https://gerrit.osmocom.org/3606
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia8e154ac5fe33932935ba049f08eb5af15195d99
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list