Sergey
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # FAPI interface and nFAPI interface. What is different between them. ###### tags: `Internship 2nd level` :::success **Goal:** - Understanding of the procedures involved in FAPI. - Figured it out of the procedures involved in nFAPI. - Clear understanding of differenties between them. **Resources:** - [FAPI interface](https://www.techplayon.com/5g-fapi-femtocell-application-programming-interface/) - [nFAPI interface](https://hackmd.io/69yckFNZS_i9vogWpyRISQ?view) - [FAPI vs nFAPI](https://scf.io/en/documents/082_-_nFAPI_and_FAPI_specifications.php) ::: ## FAPI interface FAPI is an interface, which originally meant Femtocell Application Programming Interface defines the interface between MAC-Layer#2 and PHY – Layer#1 for small cells. FAPI is specified by the Small Cell Forum and the original interface defined the interaction between a 3G MAC and PHY (SCF 048), Subsequently a version was defined between a 4G MAC and PHY (SCF 082), and recently the 5G version has been completed (SCF 222). For each wireless technology FAPI defines a set of control messages for configuring a PHY and a set of messages for exchanging data between MAC and PHY, and indicates the timing constraints of these messages. Key Pointers: FAPI means Femtocell Application Programming Interface It is an interface between MAC and PHY in Small Cells FAPI specification are managed by Small Cell Forum FAPI specification has defined two Logical interface P5 and P7 The PHY control plane message are transferred over P5 interface The PHY data-plane messages are transferred over P7 interface FAPI Architecture The architecture of FAPI is shown in figure below. FAPI is defined between one instance of MAC and one instance of PHY. In scenarios such as CA there will be multiple instances of FAPI, one per carrier. There are two types of PHY configuration messages are defined by the logical interface as P5 and P7. P5 Logical Interface is for PHY control configuration which is semi-static and is being generated by a PHY control entity. ![](https://imgur.com/utA05Gt.png) The P7 logical interface is for PHY data plane messages, P7 interface data configuration is generated once per slot and consists of following: Slot configuration messages, which include information required by the PHY to encode and decode data Downlink data messages to transfer MAC PDUs to the PHY. Uplink data messages to transfer MAC PDUs, Uplink Control Information ,Sounding Reference Signal and RACH PDUs from the PHY P5 – Control Configuration Procedures The Control configuration procedures supported by the L1 FAPI over P5 interface are listed below: Initialization Termination Restart Reset Error notification These procedures will move the PHY layer through the IDLE, CONFIGURED and RUNNING states P7 – Data Plane Configuration Procedures The P7 – Data plance configuration procuedres serve two purposes for subframes procedures. Firstly, they are used to control the DL and UL frame structures. Secondly, they are used to transfer the subframe data between the L2/L3 software and PHY. The procedures supported by the L1 FAPI over P7 interface are listed below: Transmission of a 1ms Subframe message Synchronization of SFN/SF between the L2/L3 software and PHY Transmission of the BCH transport channel Transmission of the PCH transport channel Transmission of the DLSCH transport channel and reception of ACK/NACK response Transmission of the MCH transport channel Reception of the RACH transport channel Reception of the ULSCH transport channel and transmission of ACK/NACK response Reception of the sounding reference signal Reception of CQI and RI reporting Reception of scheduling request information ## nFAPI interface. nFAPI assumed that a packet switched IP network is used to support communication between VNF and PNF components. nFAPI Procedures: 1. PNF Procedures 2. P5 PHY Procedures 3. P7 Slot Procedures 4. nFAPI Error Procedures 5. P19 Procedures 6. P19 Slot Procedures 7. P4 Procedures ## What is different between them. The nFAPI P7 interface configures the PHY instances every slot and is based on the 5G FAPI P7. Slot Signal: SLOT.indication message is not used, since the expected jitter on the fronthaul connection between VNF and PNF prevents this message from being a suitable mechanism for signalling a slot interval. Combination of the PHY Synchronization procedure and API Message Timing procedure ensures the alignment of MAC commands to air-interface slots. SFN/SL Synchronization PHY Synchronization mechanism and Delay Management mechanisms is used to maintain synchronization between PHY instances and ensure timely messaging between the VNF and PHY instances. PHY Synchronization Relates to the alignment of antenna transmission times between the PHY instances. Delay Management between VNF and PHY Ensures that P7 slot procedures to occur in a timely fashion. PHY instance expects P7 slot-based messages from VNF to reach the instance in a Receive Time Window interval, that PHY maintains to buffer and process time-critical P7 messages (DL_TTI.request, UL_TTI.request, UL_DCI.request, Tx_Data.request), to apply at their targeted slots. Receiving Windows Procedure Each PHY maintains a Receive Timing Window characterized by timing window and offset prior to the targeted slot. Delay Management Procedure Can be used to establish the timing reference differences between them as well as optionally permitting the VNF to instruct the PHY Instance to update its slot number based on the offset defined by the VNF. API Message order Same with FAPI with exception: SLOT.indication message is replaced by the Delay Management procedure. In particular, the DL_TTI.request message is expected to arrive at the PHY in the Receive Window for to the SFN/SL listed in the message. No order requirement between the DL_TTI.request and UL_TTI.request messages for a particular SFN/SL The DL_TTI.request and UL_TTI.request messages are expected to arrive at the PHY in their respective Receive Windows for to the SFN/SL listed in the message. API Message Timing The nFAPI P7 messages listed in Delay Management sent from the VNF to PNF must arrive at the PHY instance a minimum Timing offset before the slot they configure starts transmission on the air interface. If the message arrives in the allowed timing window, then the PHY instance continues normal operation for the slot. If the message is late then the PHY instance follows the procedure below.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully