aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2016-03-03sgsn_iu: Parse the RAB assignemnt response and get pdp ctx form itDaniel Willmann2-14/+28
2016-03-03sgsn: Add a function to return the pdp ctx for an mm ctx and teiDaniel Willmann2-1/+18
2016-03-03sgsn: Get gtp ip and teid from pdp context in gprs_iu_rab_act()Daniel Willmann3-8/+13
2016-03-03gprs_gmm: Apply the auth hack only for UTRAN_Iu RAN typeDaniel Willmann1-6/+7
2016-03-03tests/sgsn: Fix compilation of sgsn_testDaniel Willmann1-0/+22
2016-03-03sgsn_libgtp: Use the address provided by the GGSN for RAB activationDaniel Willmann1-1/+3
2016-03-03gprs: Fix some misleading commentsDaniel Willmann2-2/+2
2016-03-03WIP: Wait for radio bearer before sending pdp context acceptDaniel Willmann3-14/+37
2016-03-03HACK: ranap_decode_rab_setupormodifieditemies crashes so disable itDaniel Willmann1-1/+2
2016-03-03sgsn_iu: RABAssignment response is an Outcome, not a Successful oneDaniel Willmann1-5/+7
2016-03-03gprs_gmm: Fix bit mask when determining update/attach typeDaniel Willmann1-2/+6
2016-03-03doc: rename nitb graph to bsc, add msc graphNeels Hofmeyr2-0/+15
2016-03-03doc: add lists to nitb graphNeels Hofmeyr1-1/+6
2016-03-03cscn: use iu_tx for msc_ifaces.iu_cs. some #include cosmetics.Neels Hofmeyr1-3/+8
2016-03-03mscsplit: fix compilation and comments. move msc_api.h.Neels Hofmeyr8-20/+28
2016-03-03mscsplit: getting grips on header scopesNeels Hofmeyr10-54/+144
2016-03-03msc: clarify msc_api and msc_ifaces scopesNeels Hofmeyr2-12/+28
2016-03-03rename IFACE_IUCS to IFACE_IUNeels Hofmeyr3-7/+7
2016-03-03cscn: rename msc_apiNeels Hofmeyr2-0/+0
2016-03-03cscn: some file moves/renamesNeels Hofmeyr6-6/+72
2016-03-03cscn wip: direct dtap responses to IuCSNeels Hofmeyr7-9/+23
2016-03-03cscn: fix missing network backpointerNeels Hofmeyr1-0/+1
2016-03-03cscn: own talloc root and gsm_network instance; misc.Neels Hofmeyr1-70/+127
2016-03-03mscsplit: exclude some more vty nodesNeels Hofmeyr1-1/+1
2016-03-03cosmetic: remove unused extern.Neels Hofmeyr1-1/+0
2016-03-03introduce vty CSCN_NODE, cosmetically.Neels Hofmeyr2-0/+2
2016-03-03mscplit: try to clarify root talloc ctx and global gsm_network.Neels Hofmeyr17-68/+95
2016-03-03mscsplit: remove bts and lchan pointers from libmscNeels Hofmeyr29-361/+380
2016-03-03cosmetics: link_id=42, s/Iu-CS/IuCS, debug logs.Neels Hofmeyr2-4/+16
2016-03-03cscn: allocate IuCS conn, properly return rc.Neels Hofmeyr1-18/+10
2016-03-03cscn: call msc_compl_l3() from subscr_conn_allocate_iu()Neels Hofmeyr5-20/+38
2016-03-03cscn: default to osmo-cscn.cfg, not opencscn.cfgNeels Hofmeyr1-1/+1
2016-03-03cscn: move gsm0408_rcvmsg_iucs() decl to proper place.Neels Hofmeyr4-3/+9
2016-03-03put Iu-common and Iu-CS stuff in proper placesNeels Hofmeyr10-99/+117
2016-03-03wipNeels Hofmeyr1-1/+9
2016-03-03todo / #if 0Neels Hofmeyr1-0/+5
2016-03-03minor fixesNeels Hofmeyr2-6/+5
2016-03-03func declaration, commentsNeels Hofmeyr2-0/+5
2016-03-03fix: it's called msgb.dst.Neels Hofmeyr2-3/+3
2016-03-03wipNeels Hofmeyr1-0/+1
2016-03-03Indicate A-interface for new A subscr-conn.Neels Hofmeyr1-0/+1
2016-03-03Add some Iu-CS functions (in the wrong place though, wip)Neels Hofmeyr1-0/+78
2016-03-03cosmetic: a rename, comments.Neels Hofmeyr4-7/+10
2016-03-03Add Iu-CS indicator to struct gsm_subscriber_connection.Neels Hofmeyr1-0/+14
2016-03-03log level: DIUCS = debugNeels Hofmeyr1-0/+5
2016-03-03wip (reminders to self, whitespace)Neels Hofmeyr3-3/+4
2016-03-03make osmo-cscn compile and receive first Iu-CS buf (and log it only)Neels Hofmeyr2-26/+17
2016-03-03iu_init: add addr and port argsNeels Hofmeyr4-5/+7
2016-03-03add DIUCS debug idNeels Hofmeyr1-0/+1
2016-03-03various small fixesNeels Hofmeyr3-18/+42