From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: "D. Starke" <daniel.starke@siemens.com>
Cc: linux-serial <linux-serial@vger.kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jirislaby@kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 3/3] tty: n_gsm: add parameter negotiation support
Date: Thu, 3 Nov 2022 17:08:20 +0200 (EET) [thread overview]
Message-ID: <ca6a13b-2bb-6bfb-3720-41677fcaea96@linux.intel.com> (raw)
In-Reply-To: <20221103091743.2119-3-daniel.starke@siemens.com>
[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]
On Thu, 3 Nov 2022, D. Starke wrote:
> From: Daniel Starke <daniel.starke@siemens.com>
>
> n_gsm is based on the 3GPP 07.010 and its newer version is the 3GPP 27.010.
> See https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=1516
> The changes from 07.010 to 27.010 are non-functional. Therefore, I refer to
> the newer 27.010 here. Chapter 5.1.8.1.1 describes the parameter negotiation
> messages and parameters. Chapter 5.4.1 states that the default parameters
> are to be used if no negotiation is performed. Chapter 5.4.6.3.1 describes
> the encoding of the parameter negotiation message. The meaning of the
> parameters and allowed value ranges can be found in chapter 5.7.
>
> Add parameter negotiation support accordingly. DLCI specific parameter
> configuration by the user requires additional ioctls. This is subject to
> another patch.
>
> Signed-off-by: Daniel Starke <daniel.starke@siemens.com>
Thanks.
For all three patches:
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
BTW, you should have carried the Reviewed-bys over in patches 1-2 since I
already gave those tags for you for v2. Please try to remember to collect
the tags next time if you end up resubmitting a series.
--
i.
prev parent reply other threads:[~2022-11-03 15:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-03 9:17 [PATCH v3 1/3] tty: n_gsm: introduce macro for minimal unit size D. Starke
2022-11-03 9:17 ` [PATCH v3 2/3] tty: n_gsm: add parameters used with parameter negotiation D. Starke
2022-11-03 9:17 ` [PATCH v3 3/3] tty: n_gsm: add parameter negotiation support D. Starke
2022-11-03 15:08 ` Ilpo Järvinen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ca6a13b-2bb-6bfb-3720-41677fcaea96@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=daniel.starke@siemens.com \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).