Skip to content
model_dmg_capabilities.go 1.31 KiB
Newer Older
Simon Pastor's avatar
Simon Pastor committed
/*
Simon Pastor's avatar
Simon Pastor committed
 * ETSI GS MEC 028 - WLAN Access Information API
Simon Pastor's avatar
Simon Pastor committed
 * The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
Simon Pastor's avatar
Simon Pastor committed
 *
 * API version: 2.1.1
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package server

type DmgCapabilities struct {
Simon Pastor's avatar
Simon Pastor committed
	// Extended SC MCS capabilities as defined in draft IEEE P802.11/D4.0 [i.11]
	ExtScMcsCap int32 `json:"ExtScMcsCap"`
	// DMG AP or PCP capabilities information as defined in draft IEEE P802.11/D4.0 [i.11]
Simon Pastor's avatar
Simon Pastor committed
	DmgApOrPcpCapInfo int32 `json:"dmgApOrPcpCapInfo"`
Simon Pastor's avatar
Simon Pastor committed
	// DMG station beam tracking time limit as defined in draft IEEE P802.11/D4.0 [i.11]
Simon Pastor's avatar
Simon Pastor committed
	DmgStaBeamTrackTimeLimit int32 `json:"dmgStaBeamTrackTimeLimit"`
Simon Pastor's avatar
Simon Pastor committed
	// DMG station capabilities information as defined in draft IEEE P802.11/D4.0 [i.11]
	DmgStaCapInfo int64 `json:"dmgStaCapInfo"`
	// Number of basic A-MSDU subframes in A-MSDU as defined in draft IEEE P802.11/D4.0 [i.11]
Simon Pastor's avatar
Simon Pastor committed
	MaxNrBasicAmsduSubframes int32 `json:"maxNrBasicAmsduSubframes"`
Simon Pastor's avatar
Simon Pastor committed
	// Number of short A-MSDU subframes in A-MSDU as defined in draft IEEE P802.11/D4.0 [i.11]
Simon Pastor's avatar
Simon Pastor committed
	MaxNrShortAmsduSubframes int32 `json:"maxNrShortAmsduSubframes"`
Simon Pastor's avatar
Simon Pastor committed
	// SAR capabilities as defined in draft IEEE P802.11/D4.0 [i.11]
Simon Pastor's avatar
Simon Pastor committed
	SarCap int32 `json:"sarCap"`
Simon Pastor's avatar
Simon Pastor committed
	// TDD capabilities as defined in draft IEEE P802.11/D4.0 [i.11]
	TddCap int32 `json:"tddCap"`