Unverified Commit 5a72a15d authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #158 from pastorsx/sp_dev_rnis_cell_change_4g_only

RNIS cell change on 4G POA only
parents 52bd7c20 ea4b9ee3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -248,12 +248,14 @@ func processActiveScenarioUpdate() {
							}
						}
						erabIdValid = true
					/*no support for RNIS on 5G elements anymore
					case mod.NodeTypePoa5G:
						if poa.Poa5GConfig != nil {
							if poa.Poa5GConfig.CellId != "" {
								cellId = poa.Poa5GConfig.CellId
							}
						}
					*/
					default:
						//empty cells for POAs not supporting RNIS
						cellId = ""
@@ -319,12 +321,14 @@ func processActiveScenarioUpdate() {
									cellId = nl.Poa4GConfig.CellId
								}
							}
						/*no support for RNIS on 5G elements anymore
						case mod.NodeTypePoa5G:
							if nl.Poa5GConfig != nil {
								if nl.Poa5GConfig.CellId != "" {
									cellId = nl.Poa5GConfig.CellId
								}
							}
						*/
						default:
							//empty cells for POAs not supporting RNIS
							cellId = ""