{"id":371,"date":"2025-05-24T15:30:00","date_gmt":"2025-05-24T12:30:00","guid":{"rendered":"https:\/\/tayfargem.com.tr\/?p=371"},"modified":"2025-11-19T15:56:03","modified_gmt":"2025-11-19T12:56:03","slug":"oran-mplane","status":"publish","type":"post","link":"https:\/\/tayfargem.tr\/en\/oran-mplane\/","title":{"rendered":"5G O-RAN M-Plane Solution"},"content":{"rendered":"\n<style>\n    \/* Base styles *\/\n    :root {\n        --primary: #19327D;\n        --secondary: #3CCCC3;\n        --accent: #FF9900;\n        --light-bg: #f5f9ff;\n        --dark-bg: #ebebeb;\n        --text-color: #333333;\n        --shadow-light: 0 5px 15px rgba(0,0,0,0.05);\n        --shadow-medium: 0 10px 30px rgba(0,0,0,0.1);\n    }\n\n    body {\n        font-family: 'Segoe UI', Arial, sans-serif;\n        line-height: 1.6;\n        color: var(--text-color);\n        background-color: white;\n        margin: 0;\n        padding: 0;\n    }\n\n    .container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    \/* Header Section *\/\n    .header-section {\n        background: linear-gradient(135deg, var(--primary), var(--secondary));\n        color: white;\n        padding: 40px 20px;\n        text-align: center;\n        border-radius: 0 0 20px 20px;\n        margin-bottom: 30px;\n    }\n    .header-section h1 {\n        font-size: 2.5rem;\n        margin-bottom: 10px;\n        color: white;\n    }\n    .header-section p {\n        font-size: 1.2rem;\n        opacity: 0.9;\n        color: white;\n    }\n\n    \/* Development Caution Note *\/\n    .caution-note {\n        background-color: #FFF8E6;\n        border-left: 4px solid var(--accent);\n        padding: 20px;\n        border-radius: 0 8px 8px 0;\n        display: flex;\n        align-items: flex-start;\n        margin-bottom: 20px;\n    }\n    .caution-icon {\n        color: var(--accent);\n        font-weight: bold;\n        margin-right: 15px;\n        font-size: 1.5rem;\n        min-width: 25px;\n        text-align: center;\n    }\n    .caution-note strong {\n        color: var(--primary);\n    }\n    \n    \/* Feature Cards Table (Converted to modern Grid) *\/\n    .feature-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 25px; \/* Replaces border-spacing *\/\n        margin-bottom: 40px;\n    }\n\n    .feature-card {\n        vertical-align: top;\n        background: white;\n        border-radius: 10px;\n        box-shadow: var(--shadow-light);\n        padding: 25px;\n        min-height: 150px; \/* Ensures even height in grid items without content *\/\n    }\n    .feature-card h3 {\n        color: var(--primary);\n        margin-top: 0;\n        font-size: 1.4rem;\n    }\n    .feature-card ul {\n        padding-left: 20px;\n        margin-bottom: 0;\n    }\n    .feature-card li {\n        margin-bottom: 8px;\n    }\n    .feature-card.primary-border {\n        border-top: 4px solid var(--accent); \/* Original orange *\/\n    }\n    .feature-card.secondary-border {\n        border-top: 4px solid var(--secondary); \/* Original cyan *\/\n    }\n\n    \/* Key Capabilities Section *\/\n    .key-capabilities {\n        background-color: var(--light-bg);\n        border-left: 4px solid var(--accent);\n        padding: 25px;\n        margin: 40px 0;\n        border-radius: 0 8px 8px 0;\n    }\n    .key-capabilities h2 {\n        color: var(--primary);\n        margin-top: 0;\n    }\n    .capability-item {\n        display: flex;\n        align-items: flex-start;\n        margin-bottom: 15px;\n    }\n    .capability-icon {\n        font-weight: bold;\n        margin-right: 15px;\n        min-width: 30px;\n        text-align: center;\n    }\n    .capability-item:nth-child(2n+1) .capability-icon { \/* Odd rows - orange check *\/\n        color: var(--accent);\n    }\n    .capability-item:nth-child(2n) .capability-icon { \/* Even rows - cyan check *\/\n        color: var(--secondary);\n    }\n\n    \/* CTA Button *\/\n    .btn-primary {\n        display: inline-block;\n        background-color: var(--primary);\n        color: white;\n        padding: 12px 30px;\n        border-radius: 30px;\n        text-decoration: none;\n        font-weight: bold;\n        margin-top: 20px;\n        transition: background-color 0.3s ease;\n    }\n    .btn-primary:hover {\n        background-color: #152a65;\n    }\n\n    \/* Contact Us Section *\/\n    .contact-section {\n        background: linear-gradient(135deg, var(--primary), var(--secondary));\n        color: white;\n        padding: 40px 20px;\n        text-align: center;\n        border-radius: 20px;\n        margin: 30px auto;\n    }\n    .contact-section h2 {\n        font-size: 2rem;\n        margin-bottom: 20px;\n        color: white;\n    }\n    .contact-grid {\n        display: flex;\n        justify-content: center;\n        gap: 20px;\n        flex-wrap: wrap;\n    }\n    .contact-block {\n        flex: 1;\n        min-width: 300px;\n        max-width: 450px;\n        background: rgba(255,255,255,0.15);\n        border-radius: 10px;\n        padding: 25px;\n        text-align: center;\n    }\n    .contact-block h3 {\n        color: white;\n        margin: 0 0 10px;\n        font-size: 1.3rem;\n    }\n    .contact-block p {\n        margin: 0 0 20px;\n        opacity: 0.9;\n        min-height: 40px;\n    }\n    .contact-block a {\n        text-decoration: none;\n        display: block;\n    }\n    .contact-block .email-link {\n        color: var(--accent);\n        font-weight: bold;\n        font-size: 1.1rem;\n        display: inline-block;\n    }\n    .contact-block .btn-secondary {\n        display: inline-block;\n        background-color: var(--accent);\n        color: var(--primary);\n        padding: 10px 25px;\n        border-radius: 25px;\n        text-decoration: none;\n        font-weight: bold;\n        font-size: 1.1rem;\n        transition: background-color 0.3s ease;\n    }\n    .contact-block .btn-secondary:hover {\n        background-color: #e68a00;\n    }\n    .contact-svg {\n        margin: 0 auto 15px;\n    }\n    .contact-svg path[fill=\"white\"] { fill: white; }\n    .contact-svg path[stroke=\"#19327D\"] { stroke: var(--primary); }\n\n    \/* Demo Showcase Styles - KEPT AND CONSOLIDATED *\/\n    .demo-showcase {\n        padding: 60px 0;\n        background: var(--light-bg);\n    }\n    .demo-tabs {\n        display: flex;\n        justify-content: center;\n        margin-bottom: 30px;\n        flex-wrap: wrap;\n    }\n    .demo-tab {\n        padding: 12px 24px;\n        margin: 0 10px 10px;\n        background: white;\n        border: 2px solid var(--primary);\n        border-radius: 30px;\n        cursor: pointer;\n        font-weight: 600;\n        transition: all 0.3s ease;\n    }\n    .demo-tab.active {\n        background: var(--primary);\n        color: white;\n    }\n    .demo-content {\n        display: none;\n    }\n    .demo-content.active {\n        display: block;\n    }\n    .demo-card {\n        background: white;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: var(--shadow-medium);\n        margin-bottom: 30px;\n    }\n    .demo-video-container {\n        position: relative;\n        padding-top: 56.25%;\n    }\n    .demo-video-container iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n    .demo-info {\n        padding: 20px;\n        text-align: center;\n    }\n    .demo-info h3 {\n        color: var(--primary);\n    }\n    .demo-cta { \/* Re-used from existing style *\/\n        display: inline-block;\n        background: var(--accent);\n        color: var(--primary);\n        padding: 15px 30px;\n        border-radius: 30px;\n        font-weight: bold;\n        text-decoration: none;\n        margin-top: 20px;\n        transition: all 0.3s ease;\n    }\n    .demo-cta:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n    }\n\n    \/* Conformance Test Section (renamed from .visible-tests in HTML to .conformance-tests) *\/\n    .conformance-tests {\n        padding: 60px 0;\n        background: white; \/* Overrides default body background if container is smaller *\/\n        text-align: center;\n    }\n    .conformance-tests h2 {\n        color: var(--primary);\n        margin-bottom: 20px;\n    }\n    .conformance-tests p {\n        max-width: 800px;\n        margin: 0 auto 40px;\n    }\n    .test-results { \/* Existing style *\/\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 20px;\n        margin: 40px 0;\n    }\n    .test-badge { \/* Existing style *\/\n        background: white;\n        border-radius: 12px;\n        padding: 20px;\n        text-align: center;\n        box-shadow: var(--shadow-light);\n        flex: 1;\n        min-width: 200px;\n        max-width: 300px;\n    }\n    .test-badge i { \/* Existing style *\/\n        font-size: 2.5rem;\n        color: var(--secondary);\n        margin-bottom: 15px;\n        display: block; \/* Added for better alignment\/margin *\/\n    }\n    .test-badge h4 {\n        color: var(--primary);\n        margin: 0 0 5px;\n    }\n\n    .test-devices { \/* Existing style *\/\n        background: white;\n        padding: 40px;\n        border-radius: 12px;\n        margin: 40px auto; \/* Added 'auto' for centering *\/\n        text-align: center;\n        box-shadow: var(--shadow-light);\n    }\n    .test-devices h3 {\n        color: var(--primary);\n    }\n    .device-logos { \/* Existing style *\/\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 40px;\n        margin-top: 30px;\n    }\n    .device-logo { \/* Existing style *\/\n        height: 80px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    .device-logo img { \/* Existing style *\/\n        max-height: 100%;\n        max-width: 200px;\n    }\n\n    .interactive-demo { \/* Existing style *\/\n        background: white;\n        border-radius: 12px;\n        padding: 30px;\n        margin: 40px 0;\n        box-shadow: var(--shadow-medium);\n        text-align: center;\n    }\n    .interactive-demo h3 {\n        color: var(--primary);\n    }\n\n    \/* Media Query for smaller screens *\/\n    @media (max-width: 768px) {\n        .header-section h1 {\n            font-size: 2rem;\n        }\n        .header-section p {\n            font-size: 1rem;\n        }\n        .feature-grid {\n            gap: 15px;\n        }\n    }\n<\/style>\n<body>\n    <div class=\"header-section\">\n        <div class=\"container\">\n            <h1>O-RAN WG4 Management Plane<\/h1>\n            <p>Advanced features for seamless O-RU management and control<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"caution-note\">\n            <div class=\"caution-icon\">!<\/div>\n            <div>\n                <strong>Development Notice:<\/strong> Our M-Plane solution is currently under active development. \n                Features and specifications are subject to change during the standardization process. \n                Please contact us for the most current information and roadmap updates.\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <div class=\"container\">\n        <div class=\"feature-grid\">\n            <div class=\"feature-card primary-border\">\n                <h3>Automated Supervision &#038; Monitoring<\/h3>\n                <ul>\n                    <li>Active connectivity monitoring with watchdog timers<\/li>\n                    <li>Real-time supervision notifications<\/li>\n                    <li>Automatic failure detection and recovery<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"feature-card secondary-border\">\n                <h3>Dynamic Configurability<\/h3>\n                <ul>\n                    <li>Flexible state management via NETCONF<\/li>\n                    <li>Transaction support with rollback capability<\/li>\n                    <li>Optional feature framework for adaptive deployments<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"feature-card primary-border\">\n                <h3>Proactive Fault Management<\/h3>\n                <ul>\n                    <li>Real-time alarm notifications<\/li>\n                    <li>Customizable alarm subscriptions<\/li>\n                    <li>Historical alarm logs for diagnostics<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"feature-card secondary-border\">\n                <h3>Secure Call Home (SSH &#038; TLS)<\/h3>\n                <ul>\n                    <li>Automated NETCONF session initiation<\/li>\n                    <li>SSH (password\/public key) and TLS (X.509) options<\/li>\n                    <li>Resilient reconnection with configurable retries<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"feature-card primary-border\">\n                <h3>Robust Software Management<\/h3>\n                <ul>\n                    <li>Multi-version software support<\/li>\n                    <li>Secure download\/install via SFTP\/FTPeS<\/li>\n                    <li>Factory reset capability<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"feature-card secondary-border\">\n                <h3>Advanced Troubleshooting<\/h3>\n                <ul>\n                    <li>Comprehensive log management<\/li>\n                    <li>Transceiver diagnostics<\/li>\n                    <li>Security event tracking<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        \n        <section class=\"conformance-tests\">\n            <div class=\"container\" style=\"padding: 0;\"> <h2>Conformance Test Results<\/h2>\n                <p>Our M-Plane solution has been rigorously tested and validated against industry standards with leading test equipment.<\/p>\n                \n                <div class=\"test-results\">\n                    <div class=\"test-badge\">\n                        <i>\u2713<\/i>\n                        <h4>NETCONF Protocol<\/h4>\n                        <p>100% compliance with RFC 6241<\/p>\n                    <\/div>\n                    <div class=\"test-badge\">\n                        <i>\u2713<\/i>\n                        <h4>YANG Data Models<\/h4>\n                        <p>Validated against O-RAN WG4 specifications<\/p>\n                    <\/div>\n                    <div class=\"test-badge\">\n                        <i>\u2713<\/i>\n                        <h4>Security<\/h4>\n                        <p>TLS 1.3 and SSH implementation verified<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"test-devices\">\n                    <h3>Tested with Industry-Leading Equipment<\/h3>\n                    <div class=\"device-logos\">\n                        <div class=\"device-logo\">\n                            <img decoding=\"async\" src=\"https:\/\/www.litepoint.com\/wp-content\/themes\/litepoint\/assets\/images\/logo.svg\" alt=\"LitePoint\" onerror=\"this.src='data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22200%22 height%3D%2280%22%3E%3Crect width%3D%22200%22 height%3D%2280%22 fill%3D%22%23f5f5f5%22%2F%3E%3Ctext x%3D%2250%25%22 y%3D%2250%25%22 dominant-baseline%3D%22middle%22 text-anchor%3D%22middle%22 font-family%3D%22Arial%22 font-size%3D%2218%22 fill%3D%22%23333%22%3ELitePoint%3C%2Ftext%3E%3C%2Fsvg%3E'\">\n                        <\/div>\n                        <div class=\"device-logo\">\n                            <img decoding=\"async\" src=\"https:\/\/www.keysight.com\/content\/dam\/keysight\/en\/img\/logo\/keysight-logo-color.svg\" alt=\"Keysight\" onerror=\"this.src='data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22200%22 height%3D%2280%22%3E%3Crect width%3D%22200%22 height%3D%2280%22 fill%3D%22%23f5f5f5%22%2F%3E%3Ctext x%3D%2250%25%22 y%3D%2250%25%22 dominant-baseline%3D%22middle%22 text-anchor%3D%22middle%22 font-family%3D%22Arial%22 font-size%3D%2218%22 fill%3D%22%23333%22%3EKeysight%3C%2Ftext%3E%3C%2Fsvg%3E'\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"interactive-demo\">\n                    <h3>Test Our Implementation<\/h3>\n                    <p>Connect to our sandbox environment to validate our M-Plane implementation against your test suite.<\/p>\n                    <a href=\"https:\/\/ea.tayfargem.online\/index.php\/?service=2\" class=\"demo-cta\">Access Test Environment<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"demo-showcase\">\n            <div class=\"container\" style=\"padding: 0;\">\n                <h2>See Our M-Plane Solution in Action<\/h2>\n                <p>Explore our live demonstrations that validate our O-RAN M-Plane implementation against industry standards.<\/p>\n                \n                <div class=\"demo-tabs\">\n                    <div class=\"demo-tab active\" data-tab=\"demos\">Live Demos<\/div>\n                    <div class=\"demo-tab\" data-tab=\"tests\">Additional Tests<\/div>\n                <\/div>\n                \n                <div class=\"demo-content active\" id=\"demos-content\">\n                    <div class=\"demo-card\">\n                        <div class=\"demo-video-container\">\n                            <iframe src=\"https:\/\/www.youtube.com\/embed\/VIDEO_ID\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n                        <\/div>\n                        <div class=\"demo-info\">\n                            <h3>Real-time Configuration Management<\/h3>\n                            <p>Watch how our M-Plane solution handles dynamic configuration changes with NETCONF and YANG data models in a live O-RAN environment.<\/p>\n                            <a href=\"#\" class=\"demo-cta\">Request Full Demo<\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"demo-card\">\n                        <div class=\"demo-video-container\">\n                            <iframe src=\"https:\/\/www.youtube.com\/embed\/VIDEO_ID\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n                        <\/div>\n                        <div class=\"demo-info\">\n                            <h3>Fault Management &#038; Alarm Handling<\/h3>\n                            <p>See our system&#8217;s response to simulated fault conditions with real-time alarm notifications and recovery procedures.<\/p>\n                            <a href=\"#\" class=\"demo-cta\">Request Full Demo<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"demo-content\" id=\"tests-content\">\n                    <div class=\"test-results\">\n                        <div class=\"test-badge\">\n                            <i>\u2713<\/i>\n                            <h4>Performance Metrics<\/h4>\n                            <p>Validated under high-load conditions<\/p>\n                        <\/div>\n                        <div class=\"test-badge\">\n                            <i>\u2713<\/i>\n                            <h4>Interoperability<\/h4>\n                            <p>Tested with multiple O-RU vendors<\/p>\n                        <\/div>\n                        <div class=\"test-badge\">\n                            <i>\u2713<\/i>\n                            <h4>Scalability<\/h4>\n                            <p>Verified with up to 1000 concurrent nodes<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"key-capabilities\">\n            <h2>Additional Key Capabilities<\/h2>\n            \n            <div class=\"capability-item\">\n                <div class=\"capability-icon\">\u2713<\/div>\n                <div>\n                    <strong>Trace &#038; Debugging Support<\/strong> &#8211; Configurable tracing with runtime performance data collection\n                <\/div>\n            <\/div>\n            \n            <div class=\"capability-item\">\n                <div class=\"capability-icon\">\u2713<\/div>\n                <div>\n                    <strong>Efficient File Management<\/strong> &#8211; Structured file system with secure upload\/download capabilities\n                <\/div>\n            <\/div>\n            \n            <div class=\"capability-item\">\n                <div class=\"capability-icon\">\u2713<\/div>\n                <div>\n                    <strong>Synchronization<\/strong> &#8211; Precision timing with PTP\/SyncE\/GNSS support\n                <\/div>\n            <\/div>\n            \n            <div class=\"capability-item\">\n                <div class=\"capability-icon\">\u2713<\/div>\n                <div>\n                    <strong>Multi-Operator Support<\/strong> &#8211; Resource partitioning for shared deployments\n                <\/div>\n            <\/div>\n            \n            <div style=\"text-align: center; margin-top: 30px;\">\n                <a href=\"\/bize-ulasin\/\" class=\"btn-primary\">Request More Info and Specifications<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <div class=\"contact-section\">\n        <div class=\"container\">\n            <h2>Contact Our M-Plane Team<\/h2>\n            \n            <div class=\"contact-grid\">\n                <div class=\"contact-block\">\n                    <a href=\"mailto:mplane@tayfargem.tr\">\n                        <svg class=\"contact-svg\" width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z\" fill=\"white\"\/>\n                            <path d=\"M22 6L12 13L2 6\" stroke=\"#19327D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                    <\/a>\n                    <h3>Email Us<\/h3>\n                    <p>For technical inquiries and documentation requests<\/p>\n                    <a href=\"mailto:mplane@tayfargem.tr\" class=\"email-link\">mplane@tayfargem.tr<\/a>\n                <\/div>\n                \n                <div class=\"contact-block\">\n                    <a href=\"https:\/\/ep.tayfargem.online\/oran-mplane\">\n                        <svg class=\"contact-svg\" width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z\" fill=\"white\"\/>\n                            <path d=\"M16 2V6\" stroke=\"#19327D\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n                            <path d=\"M8 2V6\" stroke=\"#19327D\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n                            <path d=\"M3 10H21\" stroke=\"#19327D\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n                        <\/svg>\n                    <\/a>\n                    <h3>Schedule a Demo<\/h3>\n                    <p>Request a live demonstration of our M-Plane solution<\/p>\n                    <a href=\"https:\/\/ea.tayfargem.online\/index.php\/?service=2\" class=\"btn-secondary\">Book Now<\/a>\n                <\/div>\n            <\/div>\n            \n            <div style=\"margin-top: 30px; opacity: 0.8;\">\n                <p>Our team typically responds within 24 hours<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n","protected":false},"excerpt":{"rendered":"<p>O-RAN WG4 Management Plane Advanced features for seamless O-RU management and control ! Development Notice: Our M-Plane solution is currently under active development. Features and specifications are subject to change during the standardization process. Please contact us for the most current information and roadmap updates. Automated Supervision &#038; Monitoring Active connectivity monitoring with watchdog timers [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":379,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[26,24,25],"class_list":["post-371","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-product","tag-5g","tag-mplane","tag-oran"],"_links":{"self":[{"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/posts\/371","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/comments?post=371"}],"version-history":[{"count":14,"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/posts\/371\/revisions"}],"predecessor-version":[{"id":430,"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/posts\/371\/revisions\/430"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/media\/379"}],"wp:attachment":[{"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/media?parent=371"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/categories?post=371"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tayfargem.tr\/en\/wp-json\/wp\/v2\/tags?post=371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}