aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-04[gprs] Build the SGSN stand-alone and not as part of bsc_hackHarald Welte1-0/+30
2010-05-04[gpprs] Add VTY node for SGSNHarald Welte1-0/+1
2010-05-04[gprs] add some Iu specific SGSN MM state fieldsHarald Welte1-0/+5
2010-05-04move gsm48_parse_ra() and gprs_tlli_type() to libosmocoreHarald Welte1-16/+0
2010-05-04[gprs] fully integrate VTY configuration into Gb proxyHarald Welte2-11/+75
2010-05-04gbproxy: add VTY nodeHarald Welte1-0/+1
2010-05-04GPRS: Introduce a GPRS Gb ProxyHarald Welte2-1/+48
2010-05-04gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCIHarald Welte2-6/+8
2010-05-04gprs: Use new msgb->cb[] for storing a pointer to the NS-VC through which it ...Harald Welte1-0/+3
2010-05-04signal.h: Don't include gsm_subscriber but rather declare itHarald Welte1-1/+2
2010-05-04GPRS: Modularize the NS implementationHarald Welte1-9/+53
2010-05-04gprs: Update gprs-sgsn branch to use new msgb->cb layoutHarald Welte1-0/+3
2010-05-04GPRS: remove hard-coded IP address for NSIP responses from SGSN->BTSHarald Welte1-1/+1
2010-05-04some more GPRS related commentsHarald Welte1-3/+6
2010-05-04Create new 'gprs-sgsn' branch on top of 'gprs-conf'Harald Welte7-0/+538
2010-05-04make gsm48_msgb_alloc() a static inline functionHarald Welte1-1/+9
2010-05-01'struct gprs_ra_id' is now defined in libosmocoreHarald Welte1-8/+0
2010-05-01VTY: ensure all cmd_elements are declared 'static'Harald Welte1-0/+21
2010-04-30define 'struct openbsc_msgb_cb' and accessor macro OBSC_MSGB_CB()Harald Welte1-0/+7
2010-04-30remove any reference to 'struct gsm_bts_link'Harald Welte1-5/+0
2010-04-30[vty] Allow to create a buffer in a given context.Holger Hans Peter Freyther1-1/+1
2010-04-25[vty] Allow to set the RACH NM attributes on a per BTS basisHolger Hans Peter Freyther1-0/+4
2010-04-25Merge branch 'on-waves/sccp'Holger Hans Peter Freyther1-0/+6
2010-04-25[sccp] Parse the error message and add a unit test for it.Holger Hans Peter Freyther1-0/+6
2010-04-25Merge branch 'on-waves/mgcp'Holger Hans Peter Freyther1-0/+1
2010-04-25[mgcp] Add a dummy send method...Holger Hans Peter Freyther1-0/+1
2010-04-18GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)'Harald Welte1-1/+10
2010-04-18GPRS: Add Support for the GPRS Cell Option Extension Info IEHarald Welte1-0/+11
2010-04-17[statistics] Keep track of OML/RSL failures of the BTS.Holger Hans Peter Freyther1-0/+4
2010-04-17[statistics] Keep track of rf failures and rll release failuresHolger Hans Peter Freyther1-0/+4
2010-04-15[vty] Separate BSC and MSC statistics. Make it easy to print them.Holger Hans Peter Freyther1-0/+4
2010-04-15[bsc_init] When the RSL/OML connection drops, free all lchansHolger Hans Peter Freyther1-0/+1
2010-04-15[ipa] Handle losing the RSL/OML connection..Holger Hans Peter Freyther1-0/+2
2010-04-12ipaccess: Send RTP Payload IE for CRCX & MDCXSylvain Munaut2-0/+7
2010-04-10[rsl] Introduce a method to set the state of the lchanHolger Hans Peter Freyther1-0/+2
2010-04-10[rsl] Remove method that is not called by anything.Holger Hans Peter Freyther1-1/+0
2010-04-10[paging] Simplify the last request and treat llist as a queueHolger Hans Peter Freyther1-1/+0
2010-04-07Merge branch 'on-waves/sccp'Holger Hans Peter Freyther1-1/+6
2010-04-07Merge branch 'on-waves/mgcp'Holger Hans Peter Freyther2-1/+27
2010-04-07[mgcp] Add an option to allow using reallocing an endpointHolger Hans Peter Freyther1-0/+3
2010-04-07[mgcp] Count incoming RTP packets from the BTS and remoteHolger Hans Peter Freyther1-0/+4
2010-04-06[vty] Move the VTY logging commands to a new fileHolger Hans Peter Freyther2-1/+8
2010-04-05[mgcp] Export header parsing via mgcp internalHolger Hans Peter Freyther1-0/+9
2010-04-05[mgcp] Add a new config option to set the call agent ip addrHolger Hans Peter Freyther1-0/+1
2010-04-05[mgcp] Add a helper function to convert from GSM0808 ts/mux to MGCP endpointHolger Hans Peter Freyther1-0/+8
2010-04-05[mgcp] Add some parsing for RSIP messages coming inHolger Hans Peter Freyther1-0/+2
2010-04-05[mgcp] Remove the sending of RSIPHolger Hans Peter Freyther1-1/+0
2010-04-05[sccp] Add a force_free method for connectionsHolger Hans Peter Freyther1-0/+5
2010-03-28remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3Harald Welte1-1/+0
2010-03-28chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCHHarald Welte1-0/+13