()
| 118 | } |
| 119 | |
| 120 | func (x *JoinRequest) GetNetId() []byte { |
| 121 | if x != nil { |
| 122 | return x.NetId |
| 123 | } |
| 124 | return nil |
| 125 | } |
| 126 | |
| 127 | func (x *JoinRequest) GetDownlinkSettings() *DLSettings { |
| 128 | if x != nil { |
no outgoing calls
no test coverage detected