Commit b5115b6b authored by poglitsch's avatar poglitsch
Browse files

bandwidth adopted

parent 1b46b693
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -1679,8 +1679,11 @@ group SDPOperations{
					if (ispresent(loc_sdp.media_list)) {
						for (var integer j:=0; j<sizeof(loc_sdp.media_list); j:=j+1){
							if (ispresent(loc_sdp.media_list[j].bandwidth)) {
								if (match(loc_sdp.media_list[j].bandwidth,loc_bandw)) {return(true);};
								};
							 for(var integer i:=0; i< sizeof(loc_sdp.media_list[j].bandwidth); i:=i+1) {
								if (match(loc_sdp.media_list[j].bandwidth[i],loc_bandw)) {
									return(true);};
							 }
							}
						};
					};