timeslot           81 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c static int ftmod_ss7_next_timeslot(char *ch_map, sng_timeslot_t *timeslot);
timeslot         1551 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 	sng_timeslot_t		timeslot;
timeslot         1561 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 		if (ftmod_ss7_next_timeslot(ch_map, &timeslot)) {
timeslot         1566 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 		if ((timeslot.siglink) || (timeslot.gap)) {
timeslot         1601 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 				if (timeslot.siglink) {
timeslot         1607 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 				if (timeslot.channel) {
timeslot         1635 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 				if (span->channels[i]->physical_chan_id == timeslot.channel) {
timeslot         1643 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 				SS7_ERROR("Unable to find the requested channel %d in the FreeTDM channels!\n", timeslot.channel);
timeslot         1746 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c static int ftmod_ss7_next_timeslot(char *ch_map, sng_timeslot_t *timeslot)
timeslot         1757 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 	memset(timeslot, 0x0, sizeof(sng_timeslot_t));
timeslot         1768 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 		timeslot->siglink = 1;
timeslot         1773 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 			timeslot->hole = 1;
timeslot         1786 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 		timeslot->gap = 1;
timeslot         1791 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 			timeslot->hole = 1;
timeslot         1829 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 	timeslot->channel = atoi(tmp);
timeslot         1830 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 	lower = timeslot->channel + 1;