From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3A8D0440E3; Tue, 28 May 2024 16:38:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1CE60402E8; Tue, 28 May 2024 16:38:09 +0200 (CEST) Received: from mail-yb1-f180.google.com (mail-yb1-f180.google.com [209.85.219.180]) by mails.dpdk.org (Postfix) with ESMTP id 873B8402E4 for ; Tue, 28 May 2024 16:38:07 +0200 (CEST) Received: by mail-yb1-f180.google.com with SMTP id 3f1490d57ef6-df7721eee79so3005123276.0 for ; Tue, 28 May 2024 07:38:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1716907087; x=1717511887; darn=dpdk.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=RPbhEIbidQ/NeGeetnZEYMDnz1PGGyzABoP3kQLEYW8=; b=YtWni3b5McoEp4B93ieMi0DxQCSlb4/MOAb+V3FEhdmH9SOCy4ohJF93Gs0KeIz1ig WDC30AGifyp4R3bIAQF0XDgHp4N8MtlJVGP9Ux19bxg8ukpLyG0wRM7eAQ43ZX1cUxac fRUb4aEWMUBB86TaE/z+BZPttRPDWyyJZFjXg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716907087; x=1717511887; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=RPbhEIbidQ/NeGeetnZEYMDnz1PGGyzABoP3kQLEYW8=; b=qvtA3xjvvkIPEZArqgGuGzfxXeggQax3h+7DNgs1/3gSWrBHowLdkttHCBNbGECHo4 cdjFPzXey0AvSQN50HH0neYDTtRtmuCG5eM2DtITg4Fcwwhl0tpToSHNBUf5QJd72DPL bgWW4M2UPlfN/2sEqPxUH26e7pwRCtDvxLIK2DCxHVp/A2tlDzhO7iyDEDvhNsy9eJ+y D00ICdHDuzJovpx8uqkD0kVGmceOJOOG+7vDbpDfDtzxJ3af7+D42XmoQ7FID1yPP3L8 wpoc/11PgjOiZ0t2ldfwUSi1nYGlkZM5mCjIAX+1zZ3VgkmiAlR8284mBigD2prKsAix xWmg== X-Gm-Message-State: AOJu0YwQQzOl97/PsC2vsCc3bNdpwEQK5O5F4aSxsVSeikxqrfOHURta XsWnzxljd1uHjN3x4rhTte+9w7kHqC0LkoQdznQIy46nhEXz1HgRroeKNeQRdOwo5QjGepryS8/ 9ekDIHZAIfldD8NANDsHYZXm4gBt9i8e21rkdA0RrRw/vOdhq5Lw= X-Google-Smtp-Source: AGHT+IG8xbJh/stfY770dn6pH/kvxJStJHNjHs4r+CnAlJ7lN6Nxh/avJEXvPimv3zLIHOYpxu2gxPRyXQJIfvxqFaY= X-Received: by 2002:a25:dcd0:0:b0:df4:83a1:906a with SMTP id 3f1490d57ef6-df7709497d4mr8742931276.6.1716907086812; Tue, 28 May 2024 07:38:06 -0700 (PDT) MIME-Version: 1.0 References: <4b261fe0-de0d-4c34-8876-eb8f84fd77b0@nokia.com> In-Reply-To: <4b261fe0-de0d-4c34-8876-eb8f84fd77b0@nokia.com> From: Lincoln Lavoie Date: Tue, 28 May 2024 10:37:55 -0400 Message-ID: Subject: Re: [Help] O-RAN Fronthaul CUS-U data structure implementation To: Mattia Milani Cc: dev@dpdk.org Content-Type: multipart/alternative; boundary="00000000000005b8410619849580" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --00000000000005b8410619849580 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Mattia, Have you looked into the O-RAN OSC open fronthaul phy implementation? https://docs.o-ran-sc.org/projects/o-ran-sc-o-du-phy/en/latest/Architecture= -Overview_fh.html Cheers, Lincoln On Tue, May 28, 2024 at 10:31=E2=80=AFAM Mattia Milani wrote: > Dear DPDK Dev community, > > I hope this is the correct mailing list for my questions, otherwise > please excuse me and let me know where my questions should be posted. > > I was looking for a data structure capable to manage O-RAN Fronthaul > CUS-U headers (attached a screenshot of the header structure form a > packet analyzed with Wireshark) > but I couldn't find one. > > I would like to be capable to identify the different port ids but also > the number of PRBs in the section part. > > I wrote my own implementation for a simple use case (I don't take in > consideration different versions and or data directions) > but it's enough for me at the moment. > > What I wanted to ask is the following: > - Does a data structure for this kind of header already exists? > - If it doesn't exists is it planned? > - If it's not planned could it be of some interest? > > If there is interest I would be happy to share what I developed up to > now to receive comments and/or assistance on how to make it fully > functioning. > > Best regards, > Mattia > --=20 *Lincoln Lavoie* Principal Engineer, Broadband Technologies 21 Madbury Rd., Ste. 100, Durham, NH 03824 lylavoie@iol.unh.edu https://www.iol.unh.edu +1-603-674-2755 (m) --00000000000005b8410619849580 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi= =C2=A0Mattia,
<= br>
Have you lo= oked into the O-RAN OSC open=C2=A0fronthaul phy implementation?=C2=A0=C2=A0=

Cheers,
Lincoln

On Tue, May 28, 2024 at 10:31=E2= =80=AFAM Mattia Milani <matti= a.milani@nokia.com> wrote:
Dear DPDK Dev community,

I hope this is the correct mailing list for my questions, otherwise
please excuse me and let me know where my questions should be posted.

I was looking for a data structure capable to manage O-RAN Fronthaul
CUS-U headers (attached a screenshot of the header structure form a
packet analyzed with Wireshark)
but I couldn't find one.

I would like to be capable to identify the different port ids but also
the number of PRBs in the section part.

I wrote my own implementation for a simple use case (I don't take in consideration different versions and or data directions)
but it's enough for me at the moment.

What I wanted to ask is the following:
- Does a data structure for this kind of header already exists?
- If it doesn't exists is it planned?
- If it's not planned could it be of some interest?

If there is interest I would be happy to share what I developed up to
now to receive comments and/or assistance on how to make it fully
functioning.

Best regards,
Mattia


--
Lincoln Lavoie
Principal Engineer, Broadband Te= chnologies
21 Madbury Rd., Ste. 100, Durham, NH 03824
<= a href=3D"mailto:lylavoie@iol.unh.edu" target=3D"_blank">lylavoie@iol.unh.e= du
+1-603-674-2755 (m)

--00000000000005b8410619849580--