mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-03 21:43:32 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			35c3
			...
			openbsc/0.
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					4b744836e1 | ||
| 
						 | 
					ee927fcab7 | ||
| 
						 | 
					d4c0114884 | 
@@ -11,7 +11,7 @@ noinst_HEADERS = abis_nm.h abis_rsl.h db.h gsm_04_08.h gsm_data.h \
 | 
				
			|||||||
		gprs_ns_frgre.h auth.h osmo_msc.h bsc_msc.h bsc_nat.h \
 | 
							gprs_ns_frgre.h auth.h osmo_msc.h bsc_msc.h bsc_nat.h \
 | 
				
			||||||
		osmo_bsc_rf.h osmo_bsc.h network_listen.h bsc_nat_sccp.h \
 | 
							osmo_bsc_rf.h osmo_bsc.h network_listen.h bsc_nat_sccp.h \
 | 
				
			||||||
		osmo_msc_data.h osmo_bsc_grace.h sms_queue.h abis_om2000.h \
 | 
							osmo_msc_data.h osmo_bsc_grace.h sms_queue.h abis_om2000.h \
 | 
				
			||||||
		bss.h gsm_data_shared.h
 | 
							bss.h gsm_data_shared.h control_cmd.h ipaccess.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
openbsc_HEADERS = gsm_04_08.h meas_rep.h bsc_api.h
 | 
					openbsc_HEADERS = gsm_04_08.h meas_rep.h bsc_api.h
 | 
				
			||||||
openbscdir = $(includedir)/openbsc
 | 
					openbscdir = $(includedir)/openbsc
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -36,7 +36,6 @@
 | 
				
			|||||||
#include <osmocom/core/utils.h>
 | 
					#include <osmocom/core/utils.h>
 | 
				
			||||||
#include <osmocom/gsm/gsm_utils.h>
 | 
					#include <osmocom/gsm/gsm_utils.h>
 | 
				
			||||||
#include <osmocom/gsm/abis_nm.h>
 | 
					#include <osmocom/gsm/abis_nm.h>
 | 
				
			||||||
#include <osmocom/abis/ipaccess.h>
 | 
					 | 
				
			||||||
#include <openbsc/chan_alloc.h>
 | 
					#include <openbsc/chan_alloc.h>
 | 
				
			||||||
#include <openbsc/meas_rep.h>
 | 
					#include <openbsc/meas_rep.h>
 | 
				
			||||||
#include <openbsc/db.h>
 | 
					#include <openbsc/db.h>
 | 
				
			||||||
@@ -46,6 +45,7 @@
 | 
				
			|||||||
#include <openbsc/system_information.h>
 | 
					#include <openbsc/system_information.h>
 | 
				
			||||||
#include <openbsc/debug.h>
 | 
					#include <openbsc/debug.h>
 | 
				
			||||||
#include <openbsc/paging.h>
 | 
					#include <openbsc/paging.h>
 | 
				
			||||||
 | 
					#include <openbsc/ipaccess.h>
 | 
				
			||||||
#include <openbsc/abis_rsl.h>
 | 
					#include <openbsc/abis_rsl.h>
 | 
				
			||||||
#include <openbsc/osmo_msc_data.h>
 | 
					#include <openbsc/osmo_msc_data.h>
 | 
				
			||||||
#include <openbsc/osmo_bsc_rf.h>
 | 
					#include <openbsc/osmo_bsc_rf.h>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user