Re: [sipcore] draft-ietf-sipcore-location-conveyance-04

"James M. Polk" <jmpolk@cisco.com> Wed, 27 October 2010 18:34 UTC

Return-Path: <jmpolk@cisco.com>
X-Original-To: sipcore@core3.amsl.com
Delivered-To: sipcore@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 018733A6930 for <sipcore@core3.amsl.com>; Wed, 27 Oct 2010 11:34:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -110.499
X-Spam-Level:
X-Spam-Status: No, score=-110.499 tagged_above=-999 required=5 tests=[AWL=0.100, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5EgBBmtmaOWr for <sipcore@core3.amsl.com>; Wed, 27 Oct 2010 11:34:05 -0700 (PDT)
Received: from sj-iport-4.cisco.com (sj-iport-4.cisco.com [171.68.10.86]) by core3.amsl.com (Postfix) with ESMTP id D43323A6828 for <sipcore@ietf.org>; Wed, 27 Oct 2010 11:34:04 -0700 (PDT)
Authentication-Results: sj-iport-4.cisco.com; dkim=neutral (message not signed) header.i=none
X-IronPort-AV: E=Sophos;i="4.58,247,1286150400"; d="scan'208";a="207723811"
Received: from sj-core-3.cisco.com ([171.68.223.137]) by sj-iport-4.cisco.com with ESMTP; 27 Oct 2010 18:35:23 +0000
Received: from jmpolk-wxp01.cisco.com (rcdn-jmpolk-8715.cisco.com [10.99.80.22]) by sj-core-3.cisco.com (8.13.8/8.14.3) with ESMTP id o9RIZNdr021500; Wed, 27 Oct 2010 18:35:23 GMT
Message-Id: <201010271835.o9RIZNdr021500@sj-core-3.cisco.com>
X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9
Date: Wed, 27 Oct 2010 13:35:22 -0500
To: "Thomson, Martin" <Martin.Thomson@andrew.com>, Paul Kyzivat <pkyzivat@cisco.com>, "James M. Polk (E-mail)" <jmpolk@cisco.com>, Jon Peterson <jon.peterson@neustar.biz>
From: "James M. Polk" <jmpolk@cisco.com>
In-Reply-To: <8B0A9FCBB9832F43971E38010638454F03F31EB0D7@SISPE7MB1.comms cope.com>
References: <20101025195020.1DA5A3A68E5@core3.amsl.com> <4CC78202.6090700@cisco.com> <8B0A9FCBB9832F43971E38010638454F03F31EB0D7@SISPE7MB1.commscope.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format="flowed"
Cc: SIPCORE <sipcore@ietf.org>
Subject: Re: [sipcore] draft-ietf-sipcore-location-conveyance-04
X-BeenThere: sipcore@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: SIP Core Working Group <sipcore.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/sipcore>, <mailto:sipcore-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sipcore>
List-Post: <mailto:sipcore@ietf.org>
List-Help: <mailto:sipcore-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sipcore>, <mailto:sipcore-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Oct 2010 18:34:06 -0000

At 11:06 PM 10/26/2010, Thomson, Martin wrote:
>On 2010-10-27 at 12:36:02, Paul Kyzivat wrote:
> > I have never understood why the routing-param is required to be last.
> > And as my examples show, its difficult/impossible to enforce this in
> > ABNF.
>
>If "routing-allowed" is mandatory, it IS possible:
>
>     Geolocation-header = "Geolocation" HCOLON Geolocation-value
>     Geolocation-value  = [ locationValue [ COMMA locationValue ] COMMA ]
>                          routing-param
>
>It's a little strange, but it does work.  Especially if you also add 
>text that states there can be only one GeoLocation header?
>
>(The other thing that I find strange is the fact that there can be 
>zero, one or two locationValue parts.

The pre-Maastricht proposal was to limit to zero or one 
locationValue, but that blew up Richard's rough-loc ID (which defines 
a coarse location for routing, and accurate location for endsystems). 
This is why we made the compromise of allowing a second 
locationValue. If we allow 'many', we need to bloat the doc with all 
that "inserter=" and "inserted-by" crud, and we don't want that, do we?

james

>This is confusing for computer scientists who can only count: zero, 
>one, many.)
>
>--Martin