Skip to content

Commit 6a964b6

Browse files
committed
Align upstream OFDMA pre equalization results request body with ChannelEstCoeff pattern
- change /cmts/pnm/sg/us/ofdma/preEqualization/results body to match ChannelEstCoeff Results structure exactly - keep only operation variable difference using ofdma_preeq_cmts_operation_id - preserve selection analysis and output blocks for consistent CMTS results request format - 2026-02-28 13:37:09
1 parent c8aa705 commit 6a964b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postman/collections/PyPNM-CMTS.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4280,7 +4280,7 @@
42804280
"header": [],
42814281
"body": {
42824282
"mode": "raw",
4283-
"raw": "{\n \"pnm_capture_operation_id\": \"{{ofdma_preeq_cmts_operation_id}}\"\n}",
4283+
"raw": "{\r\n \"operation\": {\r\n \"pnm_capture_operation_id\": \"{{ofdma_preeq_cmts_operation_id}}\"\r\n },\r\n \"selection\": {\r\n \"serving_group_ids\": [],\r\n \"channel_ids\": [],\r\n \"mac_addresses\": []\r\n },\r\n \"analysis\": {\r\n \"type\": \"basic\"\r\n },\r\n \"output\": {\r\n \"type\": \"json\"\r\n }\r\n}\r\n",
42844284
"options": {
42854285
"raw": {
42864286
"language": "json"

0 commit comments

Comments
 (0)